mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Make sliders respond to control point changes
This commit is contained in:
@ -64,6 +64,9 @@ namespace osu.Game.Rulesets.Osu.Objects
|
||||
Curve.ControlPoints = value;
|
||||
|
||||
ControlPointsChanged?.Invoke(value);
|
||||
|
||||
if (TailCircle != null)
|
||||
TailCircle.Position = EndPosition;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user