1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:03:08 +08:00

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 = null;
contentOut();
this.Delay(250).Schedule(() =>