1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 17:49:57 +08:00

Fix beatmap set cover not loading at screen edges

This commit is contained in:
eyhn
2025-07-20 22:24:59 +08:00
Unverified
parent b4502d3d90
commit d770a08526
@@ -50,8 +50,7 @@ namespace osu.Game.Beatmaps.Drawables
protected override DelayedLoadWrapper CreateDelayedLoadWrapper(Func<Drawable> createContentFunc, double timeBeforeLoad)
=> new DelayedLoadUnloadWrapper(createContentFunc, timeBeforeLoad, timeBeforeUnload)
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
RelativeSizeAxes = Axes.Both,
};
protected override Drawable CreateDrawable(IBeatmapSetOnlineInfo model)