mirror of
https://github.com/ppy/osu
synced 2025-01-06 14:20:03 +00: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