mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 06:23:21 +08:00
Attempt to maybe fix tests
This commit is contained in:
parent
b967b93b88
commit
19bef01dd0
@ -33,5 +33,11 @@ namespace osu.Game.Tests.Visual
|
||||
stack.Exit();
|
||||
stack.Push(screen);
|
||||
}
|
||||
|
||||
protected override void Dispose(bool isDisposing)
|
||||
{
|
||||
stack.Dispose();
|
||||
base.Dispose(isDisposing);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user