Move follow circle tracking to DrawableSliderHead

This commit is contained in:
smoogipoo
2021-02-05 17:33:48 +09:00
parent ee3367d7c5
commit a5855f5d28
4 changed files with 18 additions and 13 deletions

View File

@ -54,7 +54,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Default
if (drawableSlider.HitObject == null)
return;
if (!drawableSlider.HitObject.HeadCircle.TrackFollowCircle)
if (!drawableSlider.HeadCircle.TrackFollowCircle)
{
// When not tracking the follow circle, force the path to not snake out as it looks better that way.
SnakingOut.UnbindFrom(snakingOut);