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

@ -43,7 +43,7 @@ namespace osu.Game.Beatmaps.Drawables
Children = new Drawable[]
{
new DelayedLoadWrapper(
new LoadWrapper(
new PanelBackground(beatmap)
{
RelativeSizeAxes = Axes.Both,
@ -185,4 +185,4 @@ namespace osu.Game.Beatmaps.Drawables
}
}
}
}
}