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