rearrangement

This commit is contained in:
Wayne Chen 2018-08-22 15:46:02 -07:00
parent c32cc1ead2
commit 9518b8cdaf

View file

@ -105,8 +105,8 @@ MyAvatar::MyAvatar(QThread* thread) :
_eyeContactTarget(LEFT_EYE),
_realWorldFieldOfView("realWorldFieldOfView",
DEFAULT_REAL_WORLD_FIELD_OF_VIEW_DEGREES),
_smoothOrientationTimer(std::numeric_limits<float>::max()),
_useAdvancedMovementControls("advancedMovementForHandControllersIsChecked", true),
_smoothOrientationTimer(std::numeric_limits<float>::max()),
_smoothOrientationInitial(),
_smoothOrientationTarget(),
_hmdSensorMatrix(),