mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Switched over to the new LoadWrapper class for all delayed loading.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user