mirror of
https://github.com/ppy/osu.git
synced 2024-12-05 09:42:54 +08:00
Revert changes to ScrenTestScene
This commit is contained in:
parent
2b33594400
commit
401429feec
@ -38,11 +38,12 @@ namespace osu.Game.Tests.Visual
|
||||
|
||||
private void addExitAllScreensStep()
|
||||
{
|
||||
AddStep("exit all screens", () =>
|
||||
AddUntilStep("exit all screens", () =>
|
||||
{
|
||||
if (Stack.CurrentScreen == null) return;
|
||||
if (Stack.CurrentScreen == null) return true;
|
||||
|
||||
Stack.Exit();
|
||||
return false;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user