DysonSphereMod / QOL

64 stars 34 forks source link

[BetterStats] Bug with display/sec option with thousands number using "dot" separator #100

Closed Chrisalead closed 3 years ago

Chrisalead commented 3 years ago

Hi, in last version there is a small but still annoying bug creating an assert window. If a resource is in the thousands but with a "." as decimal separator instead of "," then the assert occurs when trying to use the "display/sec" option.

for instance :

846,5 will work and goes to 14,11

but 10.6k will create the assert. (ReverseFormat fonction call fails)

Chrisalead commented 3 years ago

No news for that bug ?

ThomasBlt commented 3 years ago

@Chrisalead I've wrote what I supposed to be a bugfix for this in #101 Unfortunately I'm not a c# developer and I wasn't able to find how to compile and then test this. I hope someone could do it for me or point me out a working tuto for me to be able to do it by myself.