1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 14:12:56 +08:00

Ensure logo isn't left in a bad state on re-run

This commit is contained in:
Dean Herbert 2019-07-09 18:51:10 +09:00
parent e3e72a6276
commit 8eeba069cc

View File

@ -53,7 +53,9 @@ namespace osu.Game.Tests.Visual.Menus
AddStep("restart sequence", () =>
{
logo.FinishTransforms();
introStack?.Expire();
Add(introStack = new OsuScreenStack(CreateScreen())
{
RelativeSizeAxes = Axes.Both,