mirror of
https://github.com/GAMMACASE/NoclipSpeed.git
synced 2025-12-06 18:08:39 +00:00
Fixup float precision in menu too
This commit is contained in:
parent
8ab539cc05
commit
336b63d57e
@ -240,7 +240,7 @@ public int NoclipSpeed_Menu(Menu menu, MenuAction action, int param1, int param2
|
||||
{
|
||||
case MenuAction_Display:
|
||||
{
|
||||
menu.SetTitle("Noclip speed\n \nCurrent speed: %.2f\n ", NoclipFactorToUPS(gPlayerNoclipSpeed[param1]));
|
||||
menu.SetTitle("Noclip speed\n \nCurrent speed: %i\n ", RoundToNearest(NoclipFactorToUPS(gPlayerNoclipSpeed[param1])));
|
||||
}
|
||||
|
||||
case MenuAction_DrawItem:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user