EnderdracheLP / ClockMod

A Quest Beat Saber mod that displays the time in the menus.
20 stars 3 forks source link

Battery percentage shows too many decimals #5

Closed burritosoftware closed 3 years ago

burritosoftware commented 3 years ago

043B7361-499B-4DCF-8DD2-5BF4567861B9
When a battery percentage is nearing the next percentage or just going below a certain percentage, a long string of decimals show.

This should be fixed by only showing the whole number and hiding the decimal.

michael-r-elp commented 3 years ago

Just encountered that myself today, will work on a fix, seems to be an issue with floating point numbers, man I hate working with them.