1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 15:33:05 +08:00

Update outdated comment

This commit is contained in:
Dean Herbert 2020-07-13 13:08:41 +09:00
parent ab11a112b7
commit 0718e9e4b6

View File

@ -107,7 +107,7 @@ namespace osu.Game.Screens.Select
itemsCache.Invalidate();
scrollPositionCache.Invalidate();
// the filter criteria may have changed since the above filter operation.
// apply any pending filter operation that may have been delayed (see applyActiveCriteria's scheduling behaviour when BeatmapSetsLoaded is false).
FlushPendingFilterOperations();
// Run on late scheduler want to ensure this runs after all pending UpdateBeatmapSet / RemoveBeatmapSet operations are run.