mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Update left-moving star BG in fixed timestep loop
Otherwise they will move too fast.
This commit is contained in:
@@ -1503,4 +1503,9 @@ void gamelogic()
|
||||
}
|
||||
|
||||
graphics.updatetextboxes();
|
||||
|
||||
if (!game.colourblindmode)
|
||||
{
|
||||
graphics.updatebackground(map.background);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user