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

@ -6,7 +6,7 @@ using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.Textures;
using osu.Game.Database;
namespace osu.Game
namespace osu.Game.Beatmaps.Drawables
{
public class BeatmapSetCover : Sprite
{