Fixed Ubuntu warnings

This commit is contained in:
Seefo 2016-01-29 21:11:44 -05:00
parent 0fad9b6755
commit 07043d537f

View file

@ -86,9 +86,9 @@ MyAvatar::MyAvatar(RigPointer rig) :
_wasPushing(false), _wasPushing(false),
_isPushing(false), _isPushing(false),
_isBraking(false), _isBraking(false),
_boomLength(ZOOM_DEFAULT),
_yawSpeed(YAW_SPEED_DEFAULT), _yawSpeed(YAW_SPEED_DEFAULT),
_pitchSpeed(PITCH_SPEED_DEFAULT), _pitchSpeed(PITCH_SPEED_DEFAULT),
_boomLength(ZOOM_DEFAULT),
_thrust(0.0f), _thrust(0.0f),
_keyboardMotorVelocity(0.0f), _keyboardMotorVelocity(0.0f),
_keyboardMotorTimescale(DEFAULT_KEYBOARD_MOTOR_TIMESCALE), _keyboardMotorTimescale(DEFAULT_KEYBOARD_MOTOR_TIMESCALE),