mirror of
https://github.com/osukey/osukey.git
synced 2025-05-20 13:07:21 +09:00
Remove unnecessary brackets
This commit is contained in:
parent
fe9e8635fc
commit
368229f324
@ -311,11 +311,9 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
|
||||
{
|
||||
var controlPoint = controlPoints[i];
|
||||
if (selectedControlPoints.Contains(controlPoint))
|
||||
{
|
||||
controlPoint.Position = dragStartPositions[i] + movementDelta;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Snap the path to the current beat divisor before checking length validity.
|
||||
slider.SnapTo(snapProvider);
|
||||
|
Loading…
x
Reference in New Issue
Block a user