1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 02:30:06 +08:00

Fix player loading.

This commit is contained in:
Damnae
2017-09-15 09:06:27 +02:00
Unverified
parent a0bbabd18f
commit 010a6ec252
+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;