These initializers are in the wrong order.

This commit is contained in:
Andrzej Kapolka 2013-08-26 14:52:21 -07:00
parent 4ca8a10296
commit 8d8ba532e1

View file

@ -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;