1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 02:03:22 +08:00

Remove explicit dispose

This commit is contained in:
Dean Herbert 2019-02-13 14:58:40 +09:00
parent 1373e0fad0
commit 43843ac558

View File

@ -33,11 +33,5 @@ namespace osu.Game.Tests.Visual
stack.Exit();
stack.Push(screen);
}
protected override void Dispose(bool isDisposing)
{
stack.Dispose();
base.Dispose(isDisposing);
}
}
}