mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 07:15:05 +08:00
Merge branch 'master' into scores-lookup-requires-id
This commit is contained in:
commit
02ccea1c4e
@ -108,7 +108,7 @@ namespace osu.Game.Screens.Play
|
|||||||
|
|
||||||
private void pushWhenLoaded()
|
private void pushWhenLoaded()
|
||||||
{
|
{
|
||||||
if (!player.IsLoaded)
|
if (player.LoadState != LoadState.Ready)
|
||||||
{
|
{
|
||||||
Schedule(pushWhenLoaded);
|
Schedule(pushWhenLoaded);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user