mirror of
https://github.com/ppy/osu.git
synced 2025-02-01 21:22:57 +08:00
Add to comment
This commit is contained in:
parent
9d423201ed
commit
e454037d82
@ -34,7 +34,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
var osuObject = (OsuHitObject)drawable.HitObject;
|
var osuObject = (OsuHitObject)drawable.HitObject;
|
||||||
Vector2 origin = drawable.Position;
|
Vector2 origin = drawable.Position;
|
||||||
|
|
||||||
// Wiggle the repeat points with the slider instead of independently.
|
// Wiggle the repeat points and the tail with the slider instead of independently.
|
||||||
// Also fixes an issue with repeat points being positioned incorrectly.
|
// Also fixes an issue with repeat points being positioned incorrectly.
|
||||||
if (osuObject is SliderRepeat || osuObject is SliderTailCircle)
|
if (osuObject is SliderRepeat || osuObject is SliderTailCircle)
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user