mirror of
https://github.com/ppy/osu.git
synced 2025-03-10 05:08:36 +08:00
Carousel would only expire items when off-screen. This meant that for a case (like a test) where items are generally always on-screen, `UpdateBeatmapSet` calls would result in panels remaining hidden but not cleaned up.