mirror of
https://github.com/ppy/osu
synced 2025-02-08 14:17:29 +00: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.
|
||||
while (screen.LoadState != LoadState.Ready)
|
||||
while (screen.LoadState < LoadState.Ready)
|
||||
Thread.Sleep(1);
|
||||
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user