mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 09:02:58 +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.Exit();
|
||||||
stack.Push(screen);
|
stack.Push(screen);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void Dispose(bool isDisposing)
|
|
||||||
{
|
|
||||||
stack.Dispose();
|
|
||||||
base.Dispose(isDisposing);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user