From 4a36c0e0fef8711f0f3ce775205c2b28754dbadd Mon Sep 17 00:00:00 2001 From: NepDisk Date: Wed, 18 Feb 2026 14:31:42 -0500 Subject: [PATCH] Revert "Reset OGL attributes" This reverts commit 75da203704ceec32d9f233c3d308b571c84a296d. --- src/sdl/i_video.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sdl/i_video.cpp b/src/sdl/i_video.cpp index 3d84e609d..ab3643f09 100644 --- a/src/sdl/i_video.cpp +++ b/src/sdl/i_video.cpp @@ -196,8 +196,6 @@ static const char *fallback_resolution_name = "Fallback"; static bool Impl_RenderContextCreate(void) { - SDL_GL_ResetAttributes(); - if (rendermode != render_opengl) { if (!renderer)