mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Attempt to maybe fix tests
This commit is contained in:
@ -33,5 +33,11 @@ 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);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user