Skip to content
Snippets Groups Projects
Commit ec902fed authored by Sryder's avatar Sryder
Browse files

OpenGL Intermission picture fix

Fixes intermission pictures being taken in OpenGL.
parent ed72bd8f
No related branches found
No related tags found
No related merge requests found
......@@ -990,6 +990,10 @@ void Y_StartIntermission(void)
else
{
useinterpic = false;
#ifdef HWRENDER
if (rendermode == render_opengl)
usebuffer = true; // This needs to be here for OpenGL, otherwise usebuffer is never set to true for it, and thus there's no screenshot in the intermission
#endif
}
usetile = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment