Closed FelixFifi closed 6 years ago
The value seems to be off by the factor 10^14 while the digits are the same as in the json file.
This has been fixed with this commit https://github.com/xyonico/BeatSaberSongLoader/commit/7af0d1f4419defb5f3fa13d8baea349b99c084c0
The problem was I wasn't stating a specific culture when converting the text to number, so for some system languages a decimal is separated with commas instead of periods.
I'll close this issue when the release is out.
This is been fixed with this release: https://github.com/xyonico/BeatSaberSongLoader/releases/tag/v4.2.2
Thank you 👍 I know that problem from my .NET projects :/
PS: Sorry for the duplicate issue 🙈
Version: Beat Saber v0.11.1 Song Loader 4.2
How to reproduce:
Possible cause: BPM is set to a float
"_beatsPerMinute":128.14999389648438,