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