mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 18:31:01 +08:00
Add missing return to PlayerLoader
was being a bit too eager previously
This commit is contained in:
@@ -109,7 +109,10 @@ namespace osu.Game.Screens.Play
|
||||
private void pushWhenLoaded()
|
||||
{
|
||||
if (!player.IsLoaded)
|
||||
{
|
||||
Schedule(pushWhenLoaded);
|
||||
return;
|
||||
}
|
||||
|
||||
contentOut();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user