diff --git a/src/sdl/i_video.cpp b/src/sdl/i_video.cpp index 569ef3ec8..5f5502838 100644 --- a/src/sdl/i_video.cpp +++ b/src/sdl/i_video.cpp @@ -192,6 +192,7 @@ static const char *fallback_resolution_name = "Fallback"; static bool Impl_RenderContextCreate(void) { SDL_GL_ResetAttributes(); + SDL_SetHint("SDL_HINT_OPENGL_FORCE_SRGB_FRAMEBUFFER", "0"); if (rendermode != render_opengl) {