Skip to content

Commit

Permalink
Fix weird follow circle display when rewinding through sliders in editor
Browse files Browse the repository at this point in the history
Closes ppy#31812.
  • Loading branch information
peppy committed Feb 12, 2025
1 parent f97708e commit 84b5ea3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions osu.Game.Rulesets.Osu/Skinning/FollowCircle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,12 @@ protected override void LoadComplete()

private void onHitObjectApplied(DrawableHitObject drawableObject)
{
// Sane defaults when a new hitobject is applied to the drawable slider.
this.ScaleTo(1f)
.FadeOut();

// Immediately play out any pending transforms from press/release
FinishTransforms(true);
}

private void updateStateTransforms(DrawableHitObject d, ArmedState state)
Expand Down

0 comments on commit 84b5ea3

Please sign in to comment.