mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 19:04:06 +08:00
Fix regression causing previews to not play
This commit is contained in:
parent
63c40e9051
commit
4f5578245e
@ -315,13 +315,14 @@ namespace osu.Game.Screens.Select
|
||||
working = beatmaps.GetWorkingBeatmap(beatmap, Beatmap.Value);
|
||||
}
|
||||
|
||||
ensurePlayingSelected(preview);
|
||||
|
||||
working.Mods.Value = Enumerable.Empty<Mod>();
|
||||
|
||||
Beatmap.Value = working;
|
||||
Ruleset.Value = ruleset;
|
||||
|
||||
ensurePlayingSelected(preview);
|
||||
|
||||
UpdateBeatmap(Beatmap.Value);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user