mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Update Remove
/RemoveRange
/RemoveAll
calls in line with framework changes
This commit is contained in:
@ -58,10 +58,7 @@ namespace osu.Game.Tests.Visual
|
||||
AddStep("Create new game instance", () =>
|
||||
{
|
||||
if (Game?.Parent != null)
|
||||
{
|
||||
Remove(Game);
|
||||
Game.Dispose();
|
||||
}
|
||||
Remove(Game, true);
|
||||
|
||||
RecycleLocalStorage(false);
|
||||
|
||||
|
Reference in New Issue
Block a user