mirror of
https://github.com/ppy/osu
synced 2025-02-21 04:57:11 +00:00
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:
commit
c18f7a239c
@ -41,9 +41,6 @@ namespace osu.Game.Skinning
|
||||
|
||||
protected override void OnCountIncrement()
|
||||
{
|
||||
scheduledPopOut?.Cancel();
|
||||
scheduledPopOut = null;
|
||||
|
||||
DisplayedCountText.Show();
|
||||
|
||||
PopOutCountText.Text = FormatCount(Current.Value);
|
||||
|
Loading…
Reference in New Issue
Block a user