mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-22 03:51:40 +00:00
OpenXR sync actions before updating controllers
This commit is contained in:
parent
027a7e96c3
commit
7e6aa6dab8
1 changed files with 1 additions and 1 deletions
|
@ -386,8 +386,8 @@ void VR_DrawFrame( engine_t* engine ) {
|
||||||
|
|
||||||
// Update HMD and controllers
|
// Update HMD and controllers
|
||||||
XrPosef xfStageFromHead = IN_VRUpdateHMD( frameState.predictedDisplayTime );
|
XrPosef xfStageFromHead = IN_VRUpdateHMD( frameState.predictedDisplayTime );
|
||||||
IN_VRUpdateControllers( frameState.predictedDisplayTime );
|
|
||||||
IN_VRSyncActions();
|
IN_VRSyncActions();
|
||||||
|
IN_VRUpdateControllers( frameState.predictedDisplayTime );
|
||||||
|
|
||||||
XrViewLocateInfo projectionInfo = {};
|
XrViewLocateInfo projectionInfo = {};
|
||||||
projectionInfo.type = XR_TYPE_VIEW_LOCATE_INFO;
|
projectionInfo.type = XR_TYPE_VIEW_LOCATE_INFO;
|
||||||
|
|
Loading…
Reference in a new issue