mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 19:33:01 +08:00
Selecting a beatmap set no longer updates the ruleset to the first map of that set (since it causes the carousel to refilter)
This commit is contained in:
parent
bd84e507de
commit
096e574401
@ -253,8 +253,6 @@ namespace osu.Game.Screens.Select
|
||||
}
|
||||
else
|
||||
{
|
||||
Ruleset.Value = beatmap.Ruleset;
|
||||
|
||||
if (beatmap.BeatmapSetInfoID == beatmapNoDebounce?.BeatmapSetInfoID)
|
||||
sampleChangeDifficulty.Play();
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user