mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 18:02:13 +02:00
rearrangement
This commit is contained in:
parent
c32cc1ead2
commit
9518b8cdaf
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue