mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-25 13:51:43 +00:00
Merge branch 'linux-render-switching-fix' into 'master'
fix linux renderer switching See merge request STJr/SRB2!2110
This commit is contained in:
commit
f0b09dec6b
1 changed files with 0 additions and 1 deletions
|
@ -1593,7 +1593,6 @@ boolean VID_CheckRenderer(void)
|
||||||
else if (vid.glstate == VID_GL_LIBRARY_ERROR)
|
else if (vid.glstate == VID_GL_LIBRARY_ERROR)
|
||||||
rendererchanged = false;
|
rendererchanged = false;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!contextcreated)
|
if (!contextcreated)
|
||||||
|
|
Loading…
Reference in a new issue