Update text boxes in the inner fixed-timestep loop

So they don't go really quickly.
This commit is contained in:
Misa
2020-04-28 18:38:43 -07:00
committed by Ethan Lee
parent 4e3406d5aa
commit 495bea2e87
4 changed files with 20 additions and 10 deletions

View File

@@ -38,6 +38,7 @@ void maplogic()
{
//Misc
help.updateglow();
graphics.updatetextboxes();
}
@@ -1500,4 +1501,6 @@ void gamelogic()
{
obj.trophytext--;
}
graphics.updatetextboxes();
}