1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-03 03:23:33 +02: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:
Info Teddy 2020-01-22 04:57:40 -08:00
parent 794ef29638
commit ee6dd32729

View File

@ -2795,6 +2795,7 @@ void towerrender(Graphics& dwgfx, Game& game, mapclass& map, entityclass& obj, U
}
}*/
dwgfx.cutscenebars();
BlitSurfaceStandard(dwgfx.backBuffer, NULL, dwgfx.tempBuffer, NULL);
dwgfx.drawgui(help);
if (dwgfx.flipmode)