This commit is contained in:
Issac332 2026-07-09 13:09:47 +03:00
parent c1f01f69af
commit 0b3ae5954e

View file

@ -876,7 +876,7 @@ void Graphics::resizeScreen(int width, int height){
TEXFBO::allocEmpty(p->frozenScene, width, height);
FloatRect screenRect(100, 0, width, height);
FloatRect screenRect(0, 0, width, height);
p->screenQuad.setTexPosRect(screenRect, screenRect);
shState->eThread().requestWindowResize(width, height);