Merge pull request #29474 from peppy/fix-legacy-combo-counter-animation-dead

Fix legacy combo counter bounce animation not always playing
This commit is contained in:
Dan Balasescu 2024-08-19 18:09:57 +09:00 committed by GitHub
commit c18f7a239c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,9 +41,6 @@ namespace osu.Game.Skinning
protected override void OnCountIncrement()
{
scheduledPopOut?.Cancel();
scheduledPopOut = null;
DisplayedCountText.Show();
PopOutCountText.Text = FormatCount(Current.Value);