Merge branch 'master' into fix-circularprogress-glow

This commit is contained in:
Dean Herbert
2018-03-23 19:01:28 +09:00
committed by GitHub

View File

@ -328,7 +328,10 @@ namespace osu.Game.Screens.Select
public void FlushPendingFilterOperations()
{
if (FilterTask?.Completed == false)
{
applyActiveCriteria(false, false);
Update();
}
}
public void Filter(FilterCriteria newCriteria, bool debounce = true)