mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Copy the backBuffer to the tempBuffer in towerrender()
This fixes a bug where bringing up the pause screen while in a tower would draw the room you entered BEFORE the tower during the time it took for the pause screen to be brought up or down.
This commit is contained in:
@@ -2795,6 +2795,7 @@ void towerrender(Graphics& dwgfx, Game& game, mapclass& map, entityclass& obj, U
|
|||||||
}
|
}
|
||||||
}*/
|
}*/
|
||||||
dwgfx.cutscenebars();
|
dwgfx.cutscenebars();
|
||||||
|
BlitSurfaceStandard(dwgfx.backBuffer, NULL, dwgfx.tempBuffer, NULL);
|
||||||
|
|
||||||
dwgfx.drawgui(help);
|
dwgfx.drawgui(help);
|
||||||
if (dwgfx.flipmode)
|
if (dwgfx.flipmode)
|
||||||
|
|||||||
Reference in New Issue
Block a user