mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
commit
e5ee2a74a5
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ VID_CheckChanges(void)
|
|||
else if (strcmp(vid_renderer->string, "gl3") == 0)
|
||||
{
|
||||
Com_Printf("Retrying with gles3...\n");
|
||||
Cvar_Set("vid_renderer", "gles");
|
||||
Cvar_Set("vid_renderer", "gles3");
|
||||
}
|
||||
else if (strcmp(vid_renderer->string, "gles3") == 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue