Skip to content

Commit

Permalink
Merge pull request #29474 from peppy/fix-legacy-combo-counter-animati…
Browse files Browse the repository at this point in the history
…on-dead

Fix legacy combo counter bounce animation not always playing
  • Loading branch information
smoogipoo authored Aug 19, 2024
2 parents 4351de7 + 04a2d67 commit c18f7a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions osu.Game/Skinning/LegacyDefaultComboCounter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ protected override void LoadComplete()

protected override void OnCountIncrement()
{
scheduledPopOut?.Cancel();
scheduledPopOut = null;

DisplayedCountText.Show();

PopOutCountText.Text = FormatCount(Current.Value);
Expand Down

0 comments on commit c18f7a2

Please sign in to comment.