|
@@ -4991,7 +4991,7 @@ void SDL_GL_ResetAttributes(void)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
_this->gl_config.flags = 0;
|
|
_this->gl_config.flags = 0;
|
|
|
- _this->gl_config.framebuffer_srgb_capable = -1;
|
|
|
|
|
|
|
+ _this->gl_config.framebuffer_srgb_capable = 0;
|
|
|
_this->gl_config.no_error = 0;
|
|
_this->gl_config.no_error = 0;
|
|
|
_this->gl_config.release_behavior = SDL_GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH;
|
|
_this->gl_config.release_behavior = SDL_GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH;
|
|
|
_this->gl_config.reset_notification = SDL_GL_CONTEXT_RESET_NO_NOTIFICATION;
|
|
_this->gl_config.reset_notification = SDL_GL_CONTEXT_RESET_NO_NOTIFICATION;
|