1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 14:43:02 +08:00

Show on test case

This commit is contained in:
HoutarouOreki 2018-07-22 21:00:29 +02:00
parent 61a8b98d32
commit 24abec43c1

View File

@ -16,6 +16,7 @@ namespace osu.Game.Tests.Visual
base.LoadComplete();
Add(changelog = new ChangelogOverlay());
AddStep(@"Show", changelog.Show);
}
}
}