mirror of
https://github.com/ppy/osu.git
synced 2025-03-19 01:17:19 +08:00
Merge branch 'master' into force-clean-before-deploy
This commit is contained in:
commit
3d56c1e99f
@ -109,7 +109,10 @@ namespace osu.Game.Screens.Play
|
||||
private void pushWhenLoaded()
|
||||
{
|
||||
if (!player.IsLoaded)
|
||||
{
|
||||
Schedule(pushWhenLoaded);
|
||||
return;
|
||||
}
|
||||
|
||||
contentOut();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user