mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 15:33:05 +08:00
Adjust comment
This commit is contained in:
parent
18a29dcb96
commit
9519b7f7c1
@ -54,9 +54,9 @@ namespace osu.Game.Rulesets.Osu.Skinning.Default
|
|||||||
if (drawableSlider.HitObject == null)
|
if (drawableSlider.HitObject == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
// When not tracking the follow circle, unbind from the config and forcefully disable snaking out - it looks better that way.
|
||||||
if (!drawableSlider.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(configSnakingOut);
|
SnakingOut.UnbindFrom(configSnakingOut);
|
||||||
SnakingOut.Value = false;
|
SnakingOut.Value = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user