mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Update text boxes in the inner fixed-timestep loop
So they don't go really quickly.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user