mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 15:33:05 +08:00
Fix player loading.
This commit is contained in:
parent
a0bbabd18f
commit
010a6ec252
@ -108,7 +108,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
private void pushWhenLoaded()
|
||||
{
|
||||
if (!player.IsLoaded)
|
||||
if (player.LoadState != LoadState.Ready)
|
||||
{
|
||||
Schedule(pushWhenLoaded);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user