mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Delay -> ApplyDelay; DelayReset -> ResetDelay
This commit is contained in:
@ -106,7 +106,7 @@ namespace osu.Game.Graphics.UserInterface.Volume
|
||||
private void schedulePopOut()
|
||||
{
|
||||
popOutDelegate?.Cancel();
|
||||
Delay(1000);
|
||||
ApplyDelay(1000);
|
||||
popOutDelegate = Schedule(Hide);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user