mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Spacing fix.
This commit is contained in:
parent
39414bbd86
commit
b17f6a1c66
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ void OculusManager::reset() {
|
|||
void OculusManager::updateYawOffset() {
|
||||
#ifdef HAVE_LIBOVR
|
||||
float yaw, pitch, roll;
|
||||
_sensorFusion->GetOrientation().GetEulerAngles<Axis_Y, Axis_X, Axis_Z, Rotate_CCW, Handed_R>(&yaw, &pitch, &roll);
|
||||
_sensorFusion->GetOrientation().GetEulerAngles<Axis_Y, Axis_X, Axis_Z, Rotate_CCW, Handed_R>(&yaw, &pitch, &roll);
|
||||
_yawOffset = yaw;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue