mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
Need to initialize this to an invalid URL, too.
This commit is contained in:
parent
322e12b9de
commit
5e1f18635f
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ AvatarData::AvatarData() :
|
|||
_isChatCirclingEnabled(false),
|
||||
_hasNewJointRotations(true),
|
||||
_headData(NULL),
|
||||
_handData(NULL),
|
||||
_handData(NULL),
|
||||
_faceModelURL("http://invalid.com"),
|
||||
_displayNameBoundingRect(),
|
||||
_displayNameTargetAlpha(0.0f),
|
||||
_displayNameAlpha(0.0f),
|
||||
|
|
Loading…
Reference in a new issue