Remove unnecessary comments and spaces.

This commit is contained in:
LionTurtle 2013-08-21 13:47:19 -07:00
parent bb9af3103c
commit a6109d411b

View file

@ -93,14 +93,12 @@ Avatar::Avatar(Node* owningNode) :
_TEST_bigSphereRadius(0.5f),
_TEST_bigSpherePosition(5.0f, _TEST_bigSphereRadius, 5.0f),
_bodyYawDelta(0.0f),
// _bodyRollDelta(0.0f),
_movedHandOffset(0.0f, 0.0f, 0.0f),
_mode(AVATAR_MODE_STANDING),
_velocity(0.0f, 0.0f, 0.0f),
_thrust(0.0f, 0.0f, 0.0f),
_speed(0.0f),
_leanScale(0.5f),
_pelvisFloatingHeight(0.0f),
_scale(1.0f),
_worldUpDirection(DEFAULT_UP_DIRECTION),