mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 06:41:58 +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
|
||||
XrPosef xfStageFromHead = IN_VRUpdateHMD( frameState.predictedDisplayTime );
|
||||
IN_VRUpdateControllers( frameState.predictedDisplayTime );
|
||||
IN_VRSyncActions();
|
||||
IN_VRUpdateControllers( frameState.predictedDisplayTime );
|
||||
|
||||
XrViewLocateInfo projectionInfo = {};
|
||||
projectionInfo.type = XR_TYPE_VIEW_LOCATE_INFO;
|
||||
|
|
Loading…
Reference in a new issue