1
0
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:
Shane Woolcock 2017-08-12 19:52:09 +09:30
parent bd84e507de
commit 096e574401

View File

@ -253,8 +253,6 @@ namespace osu.Game.Screens.Select
}
else
{
Ruleset.Value = beatmap.Ruleset;
if (beatmap.BeatmapSetInfoID == beatmapNoDebounce?.BeatmapSetInfoID)
sampleChangeDifficulty.Play();
else