mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Remove ctor params from PlaylistsRoomPlaylist
This commit is contained in:
@ -44,9 +44,10 @@ namespace osu.Game.Screens.OnlinePlay.Components
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Padding = new MarginPadding { Bottom = 10 },
|
||||
Child = playlist = new PlaylistsRoomPlaylist(true, true, true)
|
||||
Child = playlist = new PlaylistsRoomPlaylist
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
AllowSelection = true,
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user