Reset OGL attributes

This commit is contained in:
NepDisk 2026-02-15 15:02:28 -05:00
parent 61e934e1c6
commit 75da203704

View file

@ -196,6 +196,8 @@ static const char *fallback_resolution_name = "Fallback";
static bool Impl_RenderContextCreate(void)
{
SDL_GL_ResetAttributes();
if (rendermode != render_opengl)
{
if (!renderer)