in0finite / SanAndreasUnity

Open source reimplementation of GTA San Andreas game engine in Unity
https://discord.gg/p6jjud5
MIT License
2.13k stars 352 forks source link

Gravity setting sometimes fails to load correctly #64

Closed in0finite closed 3 years ago

in0finite commented 4 years ago

Instead of 9.81, it's loaded as 981.

Maybe it happens when float.ToString() gives e.

This happens only on Windows so far.

Actually, this probably happens because of culture (#65). This seems to be fixed now.

TBM13 commented 4 years ago

Seems like this issue was fixed for me.

in0finite commented 4 years ago

Thanks for reporting. But I need to make sure that it's really fixed. And for that, I would need to reproduce the bug before #65 was fixed.