Remove unused params

This commit is contained in:
smoogipoo 2021-08-06 18:52:46 +09:00
parent bdfdd00afe
commit 798b16fc24

View File

@ -163,7 +163,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
Colour = background_colour, Colour = background_colour,
}, },
new OnlinePlayBackgroundSprite(BeatmapSetCoverType.Cover) new OnlinePlayBackgroundSprite
{ {
RelativeSizeAxes = Axes.Both RelativeSizeAxes = Axes.Both
}, },
@ -193,7 +193,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
Colour = background_colour, Colour = background_colour,
}, },
new OnlinePlayBackgroundSprite(BeatmapSetCoverType.Cover) new OnlinePlayBackgroundSprite
{ {
RelativeSizeAxes = Axes.Both RelativeSizeAxes = Axes.Both
}, },