mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Change default for null screen parallax, apply reviews
This commit is contained in:
@ -15,10 +15,7 @@ namespace osu.Game.Tests.Visual
|
||||
|
||||
protected ScreenTestCase()
|
||||
{
|
||||
Children = new Drawable[]
|
||||
{
|
||||
stack = new OsuScreenStack { RelativeSizeAxes = Axes.Both }
|
||||
};
|
||||
Child = stack = new OsuScreenStack { RelativeSizeAxes = Axes.Both };
|
||||
}
|
||||
|
||||
protected void LoadScreen(OsuScreen screen)
|
||||
|
Reference in New Issue
Block a user