1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 03:59:52 +08:00

Add missing invalidation call

This commit is contained in:
Dean Herbert
2023-12-19 19:39:48 +09:00
Unverified
parent 8f5d21dc70
commit 502e3edac3
@@ -290,6 +290,8 @@ namespace osu.Game.Screens.Select
{
foreach (var set in removeableSets)
removeBeatmapSet(set);
invalidateAfterChange();
});
}