mirror of
https://github.com/ppy/osu
synced 2025-01-12 09:09:44 +00:00
Merge pull request #1271 from peppy/missing-return
Add missing return to PlayerLoader
This commit is contained in:
commit
c200fbe961
@ -109,7 +109,10 @@ namespace osu.Game.Screens.Play
|
||||
private void pushWhenLoaded()
|
||||
{
|
||||
if (!player.IsLoaded)
|
||||
{
|
||||
Schedule(pushWhenLoaded);
|
||||
return;
|
||||
}
|
||||
|
||||
contentOut();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user