1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 19:10:35 +08:00

Add missing space

This commit is contained in:
Leon Gebler
2021-03-26 17:41:36 +01:00
Unverified
parent 305c2e31cf
commit a50c4be8ab
@@ -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();
}