mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 18:29:58 +08:00
819da1bc38
Closes https://github.com/ppy/osu/issues/33379. Pretty sure this matches song select V1. The two call sites where the old one does instant scrolls are: https://github.com/ppy/osu/blob/30412ba3f2c5b6debb9a0e3b930da6cc156852db/osu.Game/Screens/Select/BeatmapCarousel.cs#L672 which happens just after a filter, and https://github.com/ppy/osu/blob/30412ba3f2c5b6debb9a0e3b930da6cc156852db/osu.Game/Screens/Select/BeatmapCarousel.cs#L683 which is a bit more difficult to pin down, but generally appears to happen on changes to the visible items, which on `SongSelectV2` triggers a re-filter anyway.
819da1bc38
·
2025-10-24 13:24:47 +02:00
History