mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Make method to flush filter requests
This commit is contained in:
@ -198,10 +198,9 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
private void carouselRaisedStart()
|
||||
{
|
||||
if (carousel.PendingFilter)
|
||||
// if we have a pending filter operation, we want to run it now.
|
||||
// it could change selection (ie. if the ruleset has been changed).
|
||||
carousel.Filter(null, false);
|
||||
// if we have a pending filter operation, we want to run it now.
|
||||
// it could change selection (ie. if the ruleset has been changed).
|
||||
carousel.FlushPendingFilters();
|
||||
|
||||
if (selectionChangedDebounce?.Completed == false)
|
||||
{
|
||||
|
Reference in New Issue
Block a user