Merge pull request #1102 from 0lvin/gles

client: fix gles3 name
This commit is contained in:
Yamagi 2024-04-07 18:06:39 +02:00 committed by GitHub
commit e5ee2a74a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{