mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
don't use extra container
This commit is contained in:
@ -416,16 +416,9 @@ namespace osu.Game
|
||||
screenStack.Exit();
|
||||
}
|
||||
},
|
||||
new Container
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Children = new[]
|
||||
{
|
||||
screenStack = new OsuScreenStack { RelativeSizeAxes = Axes.Both },
|
||||
backButton.CreateProxy(),
|
||||
logoContainer = new Container { RelativeSizeAxes = Axes.Both },
|
||||
}
|
||||
}
|
||||
screenStack = new OsuScreenStack { RelativeSizeAxes = Axes.Both },
|
||||
backButton.CreateProxy(),
|
||||
logoContainer = new Container { RelativeSizeAxes = Axes.Both },
|
||||
}
|
||||
},
|
||||
overlayContent = new Container { RelativeSizeAxes = Axes.Both },
|
||||
|
Reference in New Issue
Block a user