mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Fix credits position being 1 frame off w/ BG when press/release ACTION
When you pressed and released ACTION to speed up the credits, the credits position would end up being 1 frame off from the background. This is due to the fact that we update the tower background after we update the credits position, so this commit moves the tower background update before the credits position update.
This commit is contained in:
@@ -115,11 +115,6 @@ void gamecompletelogic()
|
||||
map.bscroll = +1;
|
||||
}
|
||||
|
||||
if (!game.colourblindmode)
|
||||
{
|
||||
graphics.updatetowerbackground();
|
||||
}
|
||||
|
||||
if (graphics.fademode == 1)
|
||||
{
|
||||
//Fix some graphical things
|
||||
|
||||
Reference in New Issue
Block a user