mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 22:50:45 +00:00
Fix include in OpenGL RenderBackend
This commit is contained in:
parent
d292e46148
commit
c2b2598ced
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ If you have questions concerning this license or the applicable additional terms
|
|||
#include "../RenderBackend.h"
|
||||
#include "../../framework/Common_local.h"
|
||||
|
||||
#include "../../imgui/imgui.h"
|
||||
#include "../../imgui/BFGimgui.h"
|
||||
|
||||
idCVar r_drawFlickerBox( "r_drawFlickerBox", "0", CVAR_RENDERER | CVAR_BOOL, "visual test for dropping frames" );
|
||||
idCVar stereoRender_warp( "stereoRender_warp", "0", CVAR_RENDERER | CVAR_ARCHIVE | CVAR_BOOL, "use the optical warping renderprog instead of stereoDeGhost" );
|
||||
|
|
Loading…
Reference in a new issue