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

@@ -97,6 +97,7 @@ public:
void drawimagecol(int t, int xp, int yp, int r, int g, int b, bool cent= false);
void updatetextboxes();
void drawgui();
void drawsprite(int x, int y, int t, int r, int g, int b);