1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:57:36 +08:00

Fix legacy combo counter bounce animation not always playing

As mentioned [in
discord](https://discord.com/channels/188630481301012481/1097318920991559880/1274231995261649006).
This commit is contained in:
Dean Herbert 2024-08-17 15:13:44 +09:00
parent ba4956ace4
commit 04a2d67ca4
No known key found for this signature in database

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);