mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
Don't warn if we start in OpenGL
This commit is contained in:
parent
569453ee93
commit
7886a4bbee
1 changed files with 1 additions and 0 deletions
|
@ -2248,6 +2248,7 @@ static void Newrenderer_OnChange(void)
|
|||
/* Well this works for now because there's only two options. */
|
||||
int n;
|
||||
n = cv_newrenderer.value;
|
||||
newrenderer_set |= cv_renderer.value;
|
||||
if (( newrenderer_set & n ))
|
||||
CV_SetValue(&cv_renderer, n);
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue