mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-04-06 00:20:56 +00:00
Release build fixed
This commit is contained in:
parent
405ca571ad
commit
30c9b4eaa0
1 changed files with 1 additions and 1 deletions
|
@ -426,9 +426,9 @@ void VR_DrawFrame( engine_t* engine ) {
|
|||
ovrFramebuffer_Release(frameBuffer);
|
||||
ovrFramebuffer_SetNone();
|
||||
|
||||
XrCompositionLayerProjectionView projection_layer_elements[2] = {};
|
||||
if (!VR_useScreenLayer() && !(cl.snap.ps.pm_flags & PMF_FOLLOW && vr.follow_mode == VRFM_FIRSTPERSON)) {
|
||||
|
||||
XrCompositionLayerProjectionView projection_layer_elements[2] = {};
|
||||
for (int eye = 0; eye < ovrMaxNumEyes; eye++) {
|
||||
ovrFramebuffer* frameBuffer = &engine->appState.Renderer.FrameBuffer;
|
||||
|
||||
|
|
Loading…
Reference in a new issue