mirror of
https://github.com/ppy/osu
synced 2024-12-15 03:16:17 +00:00
Update the beatmap of Daily Challenge's mods overlay when beatmap is set - #29094
This commit is contained in:
parent
e489ae8f72
commit
a8851950bc
@ -379,6 +379,9 @@ namespace osu.Game.Screens.OnlinePlay.DailyChallenge
|
||||
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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user