mirror of
https://github.com/ppy/osu.git
synced 2026-06-01 08:59:56 +08:00
Remove beatmap bindable from PlaylistItem
This commit is contained in:
@@ -71,9 +71,8 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
||||
QueueMode = { Value = Mode },
|
||||
Playlist =
|
||||
{
|
||||
new PlaylistItem
|
||||
new PlaylistItem(InitialBeatmap)
|
||||
{
|
||||
Beatmap = { Value = InitialBeatmap },
|
||||
RulesetID = new OsuRuleset().RulesetInfo.OnlineID
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user