AAA
This commit is contained in:
parent
c1f01f69af
commit
0b3ae5954e
|
|
@ -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 New Issue