From 0b3ae5954ed41c2d61e0b7f1454407731671ad60 Mon Sep 17 00:00:00 2001 From: Issac332 <119879937+Issac8658@users.noreply.github.com> Date: Thu, 9 Jul 2026 13:09:47 +0300 Subject: [PATCH] AAA --- src/graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics.cpp b/src/graphics.cpp index 86c2882..b7f654c 100644 --- a/src/graphics.cpp +++ b/src/graphics.cpp @@ -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);