1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 02:49:56 +08:00
Files
osu-lazer/osu.Game
T
Bartłomiej Dach f66c8d10e0 Fix song select not changing global beatmap correctly when switching rulesets
Closes https://github.com/ppy/osu/issues/35113.

Regressed in dfed564bda - setting
`Carousel.CurrentSelection` was not all that
`requestRecommendedSelection()` was doing there...

A potential point of discussion is whether this global beatmap switch
should be debounced or instant. I'm not sure I have a particularly
well-formed opinion on that. One argument in favour of not debouncing is
that if you look closely at the left side of the screen while the
debounce is in progress, you can still sort of see the broken behaviour
happen - it just doesn't stay there forever.

Thankfully `ensureGlobalBeatmapValid()` being called in every scenario
on screen suspension prevented this bug from being any worse than it is
right now.
f66c8d10e0 · 2025-09-30 13:34:26 +02:00
History
..
2025-07-29 13:19:43 +09:00
2025-04-28 15:52:31 +09:00
2025-09-24 18:58:01 +09:00
2025-09-24 14:28:04 +09:00
2025-09-14 14:15:16 +09:00