mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +00:00
OpenGL Intermission picture fix
Fixes intermission pictures being taken in OpenGL.
This commit is contained in:
parent
ed72bd8fa1
commit
ec902fed52
1 changed files with 4 additions and 0 deletions
|
@ -990,6 +990,10 @@ void Y_StartIntermission(void)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
useinterpic = false;
|
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;
|
usetile = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue