mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 21:40:49 +08:00
Add missing invalidation call
This commit is contained in:
@@ -290,6 +290,8 @@ namespace osu.Game.Screens.Select
|
||||
{
|
||||
foreach (var set in removeableSets)
|
||||
removeBeatmapSet(set);
|
||||
|
||||
invalidateAfterChange();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user