mirror of
https://github.com/osukey/osukey.git
synced 2025-05-16 02:57:32 +09:00
Add missing space
This commit is contained in:
parent
305c2e31cf
commit
a50c4be8ab
@ -211,7 +211,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
|||||||
if (xInBounds && yInBounds)
|
if (xInBounds && yInBounds)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
foreach(var point in slider.Path.ControlPoints)
|
foreach (var point in slider.Path.ControlPoints)
|
||||||
point.Position.Value = oldControlPoints.Dequeue();
|
point.Position.Value = oldControlPoints.Dequeue();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user