1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00

Remove braces

This commit is contained in:
Bartłomiej Dach 2023-09-07 18:43:36 +02:00
parent 2bb869732e
commit e71fef4b6a
No known key found for this signature in database

View File

@ -52,9 +52,7 @@ namespace osu.Game.Rulesets.Mania.Beatmaps.Patterns.Legacy
double beatLength;
if (hitObject is IHasSliderVelocity hasSliderVelocity)
{
beatLength = timingPoint.BeatLength / hasSliderVelocity.GetPrecisionAdjustedSliderVelocityMultiplier(ManiaRuleset.SHORT_NAME);
}
else
beatLength = timingPoint.BeatLength;