mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Make tests use new OsuScreenStack
This commit is contained in:
@ -13,17 +13,13 @@ namespace osu.Game.Tests.Visual
|
||||
/// </summary>
|
||||
public abstract class ScreenTestCase : OsuTestCase
|
||||
{
|
||||
private readonly ScreenStack stack;
|
||||
|
||||
[Cached]
|
||||
private BackgroundScreenStack backgroundStack;
|
||||
private readonly OsuScreenStack stack;
|
||||
|
||||
protected ScreenTestCase()
|
||||
{
|
||||
Children = new Drawable[]
|
||||
{
|
||||
backgroundStack = new BackgroundScreenStack { RelativeSizeAxes = Axes.Both },
|
||||
stack = new ScreenStack { RelativeSizeAxes = Axes.Both }
|
||||
stack = new OsuScreenStack { RelativeSizeAxes = Axes.Both }
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user