mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
Schedule Resume method call without delay
This commit is contained in:
parent
0ba76bbaa1
commit
77a8b36529
@ -54,7 +54,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
AddInternal(pauseOverlay = new PauseOverlay
|
||||
{
|
||||
OnResume = () => this.Delay(400).Schedule(Resume),
|
||||
OnResume = () => Schedule(Resume),
|
||||
OnRetry = () => OnRetry(),
|
||||
OnQuit = () => OnQuit(),
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user