mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 20:51:31 +00:00
Fixing an incorrect cvar
This commit is contained in:
parent
e2b2efaa59
commit
744e33cdf2
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ int GL4_PrepareForWindow(void)
|
|||
__func__, SDL_GetError());
|
||||
R_Printf(PRINT_ALL, "Retrying with default...\n");
|
||||
|
||||
ri.Cvar_Set("gl3_libgl", "");
|
||||
ri.Cvar_Set("gl4_libgl", "");
|
||||
libgl = NULL;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue