1
0
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:
Dean Herbert 2019-02-13 11:05:02 +09:00
parent b967b93b88
commit 19bef01dd0

View File

@ -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);
}
}
}