1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 12:00:22 +08:00

Merge branch 'master' into scores-lookup-requires-id

This commit is contained in:
Dan Balasescu
2017-09-16 08:43:59 +09:00
committed by GitHub
Unverified
+1 -1
View File
@@ -108,7 +108,7 @@ namespace osu.Game.Screens.Play
private void pushWhenLoaded()
{
if (!player.IsLoaded)
if (player.LoadState != LoadState.Ready)
{
Schedule(pushWhenLoaded);
return;