mirror of
https://github.com/osukey/osukey.git
synced 2025-07-17 00:10:04 +09: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:
@ -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
|
||||||
|
Reference in New Issue
Block a user