mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix relative beat length not considering slider multiplier
This commit is contained in:
@ -131,7 +131,7 @@ namespace osu.Game.Rulesets.UI.Scrolling
|
||||
if (duration > maxDuration)
|
||||
{
|
||||
maxDuration = duration;
|
||||
baseBeatLength = timingPoints[i].BeatLength;
|
||||
baseBeatLength = timingPoints[i].BeatLength / Beatmap.BeatmapInfo.BaseDifficulty.SliderMultiplier;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user