Fixing an incorrect cvar

This commit is contained in:
atsb 2024-01-20 14:13:55 +02:00 committed by Denis Pauk
parent e2b2efaa59
commit 744e33cdf2

View file

@ -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;
}
}