mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-28 20:09:38 +08:00
Don't clear checked_texture_framebuffer
This commit is contained in:
@@ -2081,7 +2081,6 @@ int SDL_RecreateWindow(SDL_Window *window, Uint32 flags)
|
|||||||
if (_this->DestroyWindowFramebuffer) {
|
if (_this->DestroyWindowFramebuffer) {
|
||||||
_this->DestroyWindowFramebuffer(_this, window);
|
_this->DestroyWindowFramebuffer(_this, window);
|
||||||
}
|
}
|
||||||
_this->checked_texture_framebuffer = SDL_FALSE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((window->flags & SDL_WINDOW_OPENGL) != (flags & SDL_WINDOW_OPENGL)) {
|
if ((window->flags & SDL_WINDOW_OPENGL) != (flags & SDL_WINDOW_OPENGL)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user