mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 11:23:00 +08:00
Use actual reference to default beatmap for fallback
Co-Authored-By: nyquillerium <nyquill@ppy.sh>
This commit is contained in:
parent
b94d080b1c
commit
9441f88033
@ -44,7 +44,7 @@ namespace osu.Game.Beatmaps.Drawables
|
||||
else
|
||||
{
|
||||
// Use the default background if somehow an online set does not exist and we don't have a local copy.
|
||||
drawable = new BeatmapBackgroundSprite(beatmaps.GetWorkingBeatmap(null));
|
||||
drawable = new BeatmapBackgroundSprite(beatmaps.DefaultBeatmap);
|
||||
}
|
||||
|
||||
drawable.RelativeSizeAxes = Axes.Both;
|
||||
|
Loading…
Reference in New Issue
Block a user