Update left-moving star BG in fixed timestep loop

Otherwise they will move too fast.
This commit is contained in:
Misa
2020-04-28 19:28:16 -07:00
committed by Ethan Lee
parent 495bea2e87
commit 55ae3c73a9
3 changed files with 28 additions and 8 deletions

View File

@@ -1503,4 +1503,9 @@ void gamelogic()
}
graphics.updatetextboxes();
if (!game.colourblindmode)
{
graphics.updatebackground(map.background);
}
}