Don't clear checked_texture_framebuffer

This commit is contained in:
Sylvain
2023-03-27 15:34:58 +02:00
committed by Sylvain Becker
parent cb076b83ff
commit 1fe2110755

View File

@@ -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)) {