X-Hax / SA-Mod-Manager

A new mod manager for the Sonic Adventure games.
MIT License
45 stars 13 forks source link

NumBox does not display values beyond one decimal point correctly #155

Closed ItsEasyActually closed 1 week ago

ItsEasyActually commented 2 weeks ago

NumBox will retain values such as 0.22, 1.35, etc but the display, even when set to display two decimal points, will only display them as 0.20 and 1.30.

Issue is reproducible easily in the Mod Config editor. Issue is likely in the NumBox code or in the creation system for the Mod Config Editor.

ItsEasyActually commented 1 week ago

Fixed in 2c41759