mirror of
https://github.com/ppy/osu
synced 2024-12-15 19:36:34 +00:00
Remove unused params
This commit is contained in:
parent
bdfdd00afe
commit
798b16fc24
@ -163,7 +163,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Colour = background_colour,
|
||||
},
|
||||
new OnlinePlayBackgroundSprite(BeatmapSetCoverType.Cover)
|
||||
new OnlinePlayBackgroundSprite
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both
|
||||
},
|
||||
@ -193,7 +193,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Colour = background_colour,
|
||||
},
|
||||
new OnlinePlayBackgroundSprite(BeatmapSetCoverType.Cover)
|
||||
new OnlinePlayBackgroundSprite
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user