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:
parent
1373e0fad0
commit
43843ac558
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user