mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:12:57 +08:00
Fix post-merge issues
This commit is contained in:
parent
e6deb0c873
commit
7bbb2a7a67
@ -54,7 +54,7 @@ namespace osu.Game.Tests.Visual.Multiplayer.QueueingModes
|
||||
{
|
||||
RunGameplay();
|
||||
|
||||
BeatmapInfo firstBeatmap = null;
|
||||
IBeatmapInfo firstBeatmap = null;
|
||||
AddStep("get first playlist item beatmap", () => firstBeatmap = Client.APIRoom?.Playlist[0].Beatmap.Value);
|
||||
|
||||
selectNewItem(() => OtherBeatmap);
|
||||
|
@ -13,7 +13,6 @@ using osu.Framework.Allocation;
|
||||
using osu.Framework.Bindables;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Logging;
|
||||
using osu.Game.Beatmaps;
|
||||
using osu.Game.Database;
|
||||
using osu.Game.Online.API;
|
||||
using osu.Game.Online.Multiplayer.Queueing;
|
||||
|
Loading…
Reference in New Issue
Block a user