mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-28 16:58:44 +00:00
Don't clear checked_texture_framebuffer
This commit is contained in:
parent
cb076b83ff
commit
1fe2110755
1 changed files with 0 additions and 1 deletions
|
|
@ -2081,7 +2081,6 @@ int SDL_RecreateWindow(SDL_Window *window, Uint32 flags)
|
|||
if (_this->DestroyWindowFramebuffer) {
|
||||
_this->DestroyWindowFramebuffer(_this, window);
|
||||
}
|
||||
_this->checked_texture_framebuffer = SDL_FALSE;
|
||||
}
|
||||
|
||||
if ((window->flags & SDL_WINDOW_OPENGL) != (flags & SDL_WINDOW_OPENGL)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue