mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-24 14:12:28 +02:00
These initializers are in the wrong order.
This commit is contained in:
parent
4ca8a10296
commit
8d8ba532e1
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@ Avatar::Avatar(Node* owningNode) :
|
|||
_initialized(false),
|
||||
_handHoldingPosition(0.0f, 0.0f, 0.0f),
|
||||
_maxArmLength(0.0f),
|
||||
_pelvisStandingHeight(0.0f),
|
||||
_moving(false)
|
||||
_moving(false),
|
||||
_pelvisStandingHeight(0.0f)
|
||||
{
|
||||
// give the pointer to our head to inherited _headData variable from AvatarData
|
||||
_headData = &_head;
|
||||
|
|
Loading…
Reference in a new issue