Merge pull request #16910 from peppy/fix-storyboard-background-replacement

Fix storyboard background replacement logic not working for beatmaps with multiple backgrounds
This commit is contained in:
Dan Balasescu
2022-02-18 19:08:52 +09:00
committed by GitHub

View File

@ -78,7 +78,7 @@ namespace osu.Game.Storyboards
{
get
{
string backgroundPath = BeatmapInfo.BeatmapSet?.Metadata.BackgroundFile;
string backgroundPath = BeatmapInfo.Metadata.BackgroundFile;
if (string.IsNullOrEmpty(backgroundPath))
return false;