mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Fix 1-frame background glitch when returning from in-game options
The background would change for 1 frame before sending you back to the pause menu or editor settings. The map.nexttowercolour() call needs to be deferred until the end of the frame.
This commit is contained in:
@@ -1638,10 +1638,9 @@ void titleinput(void)
|
||||
else
|
||||
{
|
||||
game.returnmenu();
|
||||
map.nexttowercolour();
|
||||
}
|
||||
}
|
||||
|
||||
map.nexttowercolour();
|
||||
}
|
||||
|
||||
if(game.menustart)
|
||||
|
||||
Reference in New Issue
Block a user