1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 03:59:52 +08:00

Merge pull request #1100 from swoolcock/fix-ruleset-changing

No longer update the current ruleset when selecting a new beatmap set
This commit is contained in:
Dan Balasescu
2017-08-18 14:27:58 +09:00
committed by GitHub
Unverified
-2
View File
@@ -253,8 +253,6 @@ namespace osu.Game.Screens.Select
}
else
{
Ruleset.Value = beatmap.Ruleset;
if (beatmap.BeatmapSetInfoID == beatmapNoDebounce?.BeatmapSetInfoID)
sampleChangeDifficulty.Play();
else