1
0
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:
Dan Balasescu 2017-09-15 11:46:28 +09:00 committed by GitHub
commit 3d56c1e99f

View File

@ -109,7 +109,10 @@ namespace osu.Game.Screens.Play
private void pushWhenLoaded()
{
if (!player.IsLoaded)
{
Schedule(pushWhenLoaded);
return;
}
contentOut();