ppy / osu

rhythm is just a *click* away!
https://osu.ppy.sh
MIT License
15.13k stars 2.25k forks source link

Truncate break times for legacy beatmap export #28609

Closed smoogipoo closed 3 months ago

smoogipoo commented 3 months ago

Fixes https://github.com/ppy/osu/issues/28607

Stable expects this to be an integer: https://github.com/peppy/osu-stable-reference/blob/bb57924c1552adbed11ee3d96cdcde47cf96f2b6/osu!/GameplayElements/HitObjectManager_LoadSave.cs#L483-L485

bdach commented 3 months ago

@peppy FYI, potentially one that could deserve a hotfix or something since it's technically a bit of a regression.