1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 02:49:53 +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
Unverified
parent 3151940435
commit 8f71d53c17
+1
View File
@@ -149,6 +149,7 @@ namespace osu.Game.Screens.Play
pushDebounce = Scheduler.AddDelayed(() =>
{
pushDebounce = null;
contentOut();
this.Delay(250).Schedule(() =>