Merge pull request #8653 from smoogipoo/better-mania-scrollspeed

Fix inconsistent scroll speeds in mania
This commit is contained in:
Dean Herbert 2020-04-07 22:38:55 +09:00 committed by GitHub
commit 2118998243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,7 @@ namespace osu.Game.Rulesets.Mania.UI
{
// Mania doesn't care about global velocity
p.Velocity = 1;
p.BaseBeatLength *= Beatmap.BeatmapInfo.BaseDifficulty.SliderMultiplier;
// For non-mania beatmap, speed changes should only happen through timing points
if (!isForCurrentRuleset)