mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 20:32:55 +08:00
Merge remote-tracking branch 'refs/remotes/ppy/master' into break_overlay_take_three
This commit is contained in:
commit
429e7723b3
@ -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