mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 12:50:20 +08:00
Add missing space
This commit is contained in:
@@ -211,7 +211,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
||||
if (xInBounds && yInBounds)
|
||||
return;
|
||||
|
||||
foreach(var point in slider.Path.ControlPoints)
|
||||
foreach (var point in slider.Path.ControlPoints)
|
||||
point.Position.Value = oldControlPoints.Dequeue();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user