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