mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-29 07:11:44 +00:00
Merge branch 'master' into OpenXR
This commit is contained in:
commit
9c14728bc9
1 changed files with 0 additions and 1 deletions
|
@ -366,7 +366,6 @@ void VR_DrawFrame( engine_t* engine ) {
|
||||||
OXR(xrLocateSpace(
|
OXR(xrLocateSpace(
|
||||||
engine->appState.HeadSpace, engine->appState.LocalSpace, frameState.predictedDisplayTime, &loc));
|
engine->appState.HeadSpace, engine->appState.LocalSpace, frameState.predictedDisplayTime, &loc));
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
// We extract Yaw, Pitch, Roll instead of directly using the orientation
|
// We extract Yaw, Pitch, Roll instead of directly using the orientation
|
||||||
// to allow "additional" yaw manipulation with mouse/controller.
|
// to allow "additional" yaw manipulation with mouse/controller.
|
||||||
|
|
Loading…
Reference in a new issue