mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 23:40:44 +08:00
Revert changes to ScrenTestScene
This commit is contained in:
@@ -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;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user