mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Give OnlinePlaySongSelect a reference PlaylistItem
This commit is contained in:
@ -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)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user