mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 18:44:00 +02:00
Initialize chat circling flag.
This commit is contained in:
parent
d8259f67f0
commit
ac714773d3
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ AvatarData::AvatarData(Node* owningNode) :
|
|||
_leaderUUID(),
|
||||
_handState(0),
|
||||
_keyState(NO_KEY_DOWN),
|
||||
_isChatCirclingEnabled(false),
|
||||
_headData(NULL),
|
||||
_handData(NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue