Delay -> ApplyDelay; DelayReset -> ResetDelay

This commit is contained in:
Thomas Müller
2017-07-16 14:06:46 +03:00
parent 6063219b72
commit 71105bb9ee
28 changed files with 45 additions and 45 deletions

View File

@ -106,7 +106,7 @@ namespace osu.Game.Graphics.UserInterface.Volume
private void schedulePopOut()
{
popOutDelegate?.Cancel();
Delay(1000);
ApplyDelay(1000);
popOutDelegate = Schedule(Hide);
}
}