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:
parent
8eeba069cc
commit
2d0e6652f9
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user