mirror of
https://github.com/ppy/osu
synced 2025-01-09 23:59:44 +00:00
Perform load even if default beatmap
This commit is contained in:
parent
1954eaca4c
commit
00feb34a3d
@ -36,8 +36,7 @@ namespace osu.Game.Screens.Backgrounds
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
if (beatmap != null)
|
||||
backgroundLoaded(new BeatmapBackground(beatmap));
|
||||
backgroundLoaded(new BeatmapBackground(beatmap));
|
||||
}
|
||||
|
||||
public WorkingBeatmap Beatmap
|
||||
|
Loading…
Reference in New Issue
Block a user