Give OnlinePlaySongSelect a reference PlaylistItem

This commit is contained in:
Dan Balasescu
2022-09-07 20:01:17 +09:00
parent cb9bae1f5c
commit 208bd0f391
5 changed files with 58 additions and 60 deletions

View File

@ -152,8 +152,8 @@ namespace osu.Game.Tests.Visual.Multiplayer
public new BeatmapCarousel Carousel => base.Carousel;
public TestMultiplayerMatchSongSelect(Room room, WorkingBeatmap beatmap = null, RulesetInfo ruleset = null)
: base(room, null, beatmap, ruleset)
public TestMultiplayerMatchSongSelect(Room room)
: base(room)
{
}
}