Commit 1894ab5
Fix integer truncation in CatchBeatmapProcessor time delta calculation
Changed `timeDiff` calculation from `int` to `double` in `applyHardRockOffset` to prevent precision loss which was affecting randomization and offset application.
Updated expected values for `CatchBeatmapConversionTest` case `1431386` as the fix alters Hard Rock object positions.
Added `CatchBeatmapProcessorTest` to verify the fix.
Addressed code style issues (license header, object initializer).
Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>1 parent 547ba2b commit 1894ab5
0 file changed
0 commit comments