CI fixes, switch RoomInspector to use BeatmapSetCover.

This commit is contained in:
DrabWeb
2017-07-13 01:24:59 -03:00
parent fea40ccc1a
commit b196b1d3c6
3 changed files with 4 additions and 23 deletions

View File

@ -9,8 +9,8 @@ using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Textures;
using osu.Framework.Localisation;
using osu.Game.Beatmaps.Drawables;
using osu.Game.Database;
using osu.Game.Graphics;
using osu.Game.Graphics.Containers;
@ -182,7 +182,7 @@ namespace osu.Game.Screens.Multiplayer
}
[BackgroundDependencyLoader]
private void load(OsuColour colours, TextureStore textures, LocalisationEngine localisation)
private void load(OsuColour colours, LocalisationEngine localisation)
{
this.localisation = localisation;
this.colours = colours;