Switched over to the new LoadWrapper class for all delayed loading.

This commit is contained in:
FreezyLemon
2017-11-21 16:17:33 +01:00
parent a033eb46d3
commit 870807c265
5 changed files with 7 additions and 7 deletions

View File

@ -219,7 +219,7 @@ namespace osu.Game.Overlays.Direct
return icons;
}
protected Drawable CreateBackground() => new DelayedLoadWrapper(new BeatmapSetCover(SetInfo)
protected Drawable CreateBackground() => new LoadWrapper(new BeatmapSetCover(SetInfo)
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,