mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00:00
Better safe than sorry
This commit is contained in:
parent
15c6a563be
commit
2c06764b79
@ -97,14 +97,15 @@ namespace osu.Game.GameModes.Play.Osu
|
||||
|
||||
protected override void OnCountIncrement(ulong currentValue, ulong newValue)
|
||||
{
|
||||
while (DisplayedCount != currentValue)
|
||||
ScheduledPopOutCurrentId++;
|
||||
|
||||
if (DisplayedCount < currentValue)
|
||||
DisplayedCount++;
|
||||
|
||||
DisplayedCountSpriteText.Show();
|
||||
|
||||
transformPopOut(newValue);
|
||||
|
||||
ScheduledPopOutCurrentId++;
|
||||
|
||||
uint newTaskId = ScheduledPopOutCurrentId;
|
||||
Scheduler.AddDelayed(delegate
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user