1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 02:43:19 +08:00

Ensure logo doesn't get stuck tracking

This commit is contained in:
Dean Herbert 2019-07-09 18:59:56 +09:00
parent 8eeba069cc
commit 2d0e6652f9

View File

@ -54,6 +54,8 @@ namespace osu.Game.Tests.Visual.Menus
AddStep("restart sequence", () =>
{
logo.FinishTransforms();
logo.IsTracking = false;
introStack?.Expire();
Add(introStack = new OsuScreenStack(CreateScreen())