mirror of
https://github.com/ppy/osu.git
synced 2025-01-31 18:33:20 +08: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);
|
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.
|
Beatmap.Value = beatmapManager.GetWorkingBeatmap(beatmap); // this will gracefully fall back to dummy beatmap if missing locally.
|
||||||
Ruleset.Value = rulesets.GetRuleset(playlistItem.RulesetID);
|
Ruleset.Value = rulesets.GetRuleset(playlistItem.RulesetID);
|
||||||
|
|
||||||
|
userModsSelectOverlay.Beatmap.Value = Beatmap.Value;
|
||||||
|
|
||||||
applyLoopingToTrack();
|
applyLoopingToTrack();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user