mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 22:22:54 +08:00
Merge branch 'master' into fix-circularprogress-glow
This commit is contained in:
commit
b4eaaa4fd1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user