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
1 changed files with 0 additions and 3 deletions

View File

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