1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 09:02:55 +08:00

Remove enclosing background container

This commit is contained in:
DrabWeb 2017-05-19 16:07:05 -03:00
parent c6320c0f11
commit a86d07cac7
2 changed files with 2 additions and 16 deletions

View File

@ -46,14 +46,7 @@ namespace osu.Game.Overlays.Direct
RelativeSizeAxes = Axes.Both,
Colour = Color4.Black,
},
new Container
{
RelativeSizeAxes = Axes.Both,
Children = new[]
{
GetBackground(textures),
},
},
GetBackground(textures),
new Box
{
RelativeSizeAxes = Axes.Both,

View File

@ -49,14 +49,7 @@ namespace osu.Game.Overlays.Direct
RelativeSizeAxes = Axes.Both,
Colour = Color4.Black,
},
new Container
{
RelativeSizeAxes = Axes.Both,
Children = new[]
{
GetBackground(textures),
},
},
GetBackground(textures),
new Box
{
RelativeSizeAxes = Axes.Both,