mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
add back missing loaded check
This commit is contained in:
@ -145,7 +145,7 @@ namespace osu.Game.Tests.Visual.Menus
|
||||
confirmAtMainMenu();
|
||||
}
|
||||
|
||||
private void confirmAtMainMenu() => AddUntilStep("Wait for main menu", () => osuGame.ScreenStack.CurrentScreen is MainMenu);
|
||||
private void confirmAtMainMenu() => AddUntilStep("Wait for main menu", () => osuGame.ScreenStack.CurrentScreen is MainMenu menu && menu.IsLoaded);
|
||||
|
||||
private void pressAndRelease(Key key)
|
||||
{
|
||||
|
Reference in New Issue
Block a user