mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 23:52:57 +08:00
Fix ruleset not getting updated if changed
This commit is contained in:
parent
9187eb8626
commit
6d6436c8d3
@ -288,10 +288,11 @@ namespace osu.Game.Screens.Select
|
||||
bool preview = beatmap?.BeatmapSetInfoID != Beatmap.Value?.BeatmapInfo.BeatmapSetInfoID;
|
||||
|
||||
Beatmap.Value = beatmaps.GetWorkingBeatmap(beatmap, Beatmap.Value);
|
||||
Ruleset.Value = ruleset;
|
||||
ensurePlayingSelected(preview);
|
||||
}
|
||||
|
||||
Ruleset.Value = ruleset;
|
||||
|
||||
UpdateBeatmap(Beatmap.Value);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user