mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 06:09:55 +08:00
Remove braces
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user