Fix retry not allowing continuing beyond PlayerLoader

Resolves #2265.
This commit is contained in:
Dean Herbert
2018-03-22 02:10:31 +09:00
parent 3151940435
commit 8f71d53c17

View File

@ -149,6 +149,7 @@ namespace osu.Game.Screens.Play
pushDebounce = Scheduler.AddDelayed(() => pushDebounce = Scheduler.AddDelayed(() =>
{ {
pushDebounce = null;
contentOut(); contentOut();
this.Delay(250).Schedule(() => this.Delay(250).Schedule(() =>