mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
AAA
This commit is contained in:
parent
c1f01f69af
commit
0b3ae5954e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue