1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 04:02:59 +08:00

Add missing invalidation call

This commit is contained in:
Dean Herbert 2023-12-19 19:39:48 +09:00
parent 8f5d21dc70
commit 502e3edac3
No known key found for this signature in database

View File

@ -290,6 +290,8 @@ namespace osu.Game.Screens.Select
{
foreach (var set in removeableSets)
removeBeatmapSet(set);
invalidateAfterChange();
});
}