mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 20:05:29 +08:00
Change logic
This commit is contained in:
parent
34fef3caba
commit
0e649b8866
@ -37,7 +37,7 @@ namespace osu.Game.Screens
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Make sure the in-progress loading is complete before pushing the screen.
|
// Make sure the in-progress loading is complete before pushing the screen.
|
||||||
while (screen.LoadState != LoadState.Ready)
|
while (screen.LoadState < LoadState.Ready)
|
||||||
Thread.Sleep(1);
|
Thread.Sleep(1);
|
||||||
|
|
||||||
try
|
try
|
||||||
|
Loading…
Reference in New Issue
Block a user