mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +03:00
Update text boxes in the inner fixed-timestep loop
So they don't go really quickly.
This commit is contained in:
@@ -38,6 +38,7 @@ void maplogic()
|
||||
{
|
||||
//Misc
|
||||
help.updateglow();
|
||||
graphics.updatetextboxes();
|
||||
}
|
||||
|
||||
|
||||
@@ -1500,4 +1501,6 @@ void gamelogic()
|
||||
{
|
||||
obj.trophytext--;
|
||||
}
|
||||
|
||||
graphics.updatetextboxes();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user