mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 13:37:51 +08:00
Switch to correct ruleset when changing beatmap
This is only really noticeable when using the MusicController to change tracks while at song select.
This commit is contained in:
parent
4f10256182
commit
6e0b7b81f8
@ -243,6 +243,8 @@ namespace osu.Game.Screens.Select
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
ruleset.Value = beatmap.Ruleset;
|
||||||
|
|
||||||
if (beatmap.BeatmapSetInfoID == beatmapNoDebounce?.BeatmapSetInfoID)
|
if (beatmap.BeatmapSetInfoID == beatmapNoDebounce?.BeatmapSetInfoID)
|
||||||
sampleChangeDifficulty.Play();
|
sampleChangeDifficulty.Play();
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user