Better safe than sorry

This commit is contained in:
Adonais Romero González 2016-10-16 17:10:08 -05:00
parent 15c6a563be
commit 2c06764b79

View File

@ -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
{