Skip to content

Commit

Permalink
Update the beatmap of Daily Challenge's mods overlay when beatmap is …
Browse files Browse the repository at this point in the history
…set - #29094
  • Loading branch information
cbrwn committed Jul 26, 2024
1 parent e489ae8 commit a885195
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions osu.Game/Screens/OnlinePlay/DailyChallenge/DailyChallenge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,9 @@ private void trySetDailyChallengeBeatmap()
var beatmap = beatmapManager.QueryBeatmap(b => b.OnlineID == playlistItem.Beatmap.OnlineID);
Beatmap.Value = beatmapManager.GetWorkingBeatmap(beatmap); // this will gracefully fall back to dummy beatmap if missing locally.
Ruleset.Value = rulesets.GetRuleset(playlistItem.RulesetID);

userModsSelectOverlay.Beatmap.Value = Beatmap.Value;

applyLoopingToTrack();
}

Expand Down

0 comments on commit a885195

Please sign in to comment.