mirror of
https://github.com/ppy/osu
synced 2024-12-25 00:02:48 +00:00
Merge pull request #1276 from Damnae/fix_player_loading
Fix player loading.
This commit is contained in:
commit
77252a76db
@ -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