1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 20:59:35 +08:00

Remove unnecessary duplicate background

This commit is contained in:
smoogipoo 2021-08-06 18:59:19 +09:00
parent 9019e0947a
commit 19ed24a06f

View File

@ -187,15 +187,6 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
RelativeSizeAxes = Axes.Both,
Children = new Drawable[]
{
new Box
{
RelativeSizeAxes = Axes.Both,
Colour = background_colour,
},
new OnlinePlayBackgroundSprite
{
RelativeSizeAxes = Axes.Both
},
new GridContainer
{
RelativeSizeAxes = Axes.Both,