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

@@ -72,7 +72,7 @@ void textboxclass::update()
if (tl <= 0.5)
{
tl = 0.5;
//this textbox will be removed by drawgui() later
//this textbox will be removed by updatetextboxes() later
}
setcol(int(tr * tl), int(tg * tl), int(tb * tl));
}