Merge branch 'master' into OpenXR

This commit is contained in:
Lubos 2022-05-01 19:41:45 +02:00
commit 9c14728bc9
1 changed files with 0 additions and 1 deletions

View File

@ -366,7 +366,6 @@ void VR_DrawFrame( engine_t* engine ) {
OXR(xrLocateSpace(
engine->appState.HeadSpace, engine->appState.LocalSpace, frameState.predictedDisplayTime, &loc));
{
// We extract Yaw, Pitch, Roll instead of directly using the orientation
// to allow "additional" yaw manipulation with mouse/controller.