mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Better safe than sorry
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user