mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
Remove unnecessary comments and spaces.
This commit is contained in:
parent
bb9af3103c
commit
a6109d411b
1 changed files with 0 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue