mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Make DrawableSlider contain the slider body
This commit is contained in:
@ -79,7 +79,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
List<Vector2> curve = drawableSlider.Body.CurrentCurve;
|
||||
|
||||
var positionOnCurve = isRepeatAtEnd ? end : start;
|
||||
Position = positionOnCurve + drawableSlider.HitObject.StackOffset;
|
||||
Position = positionOnCurve - curve[0] + drawableSlider.HitObject.StackOffset;
|
||||
|
||||
if (curve.Count < 2)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user