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:
parent
8f5d21dc70
commit
502e3edac3
@ -290,6 +290,8 @@ namespace osu.Game.Screens.Select
|
||||
{
|
||||
foreach (var set in removeableSets)
|
||||
removeBeatmapSet(set);
|
||||
|
||||
invalidateAfterChange();
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user