FilterTask -> PendingFilter

This commit is contained in:
Dean Herbert
2018-07-18 10:12:14 +09:00
parent f1c3fbe644
commit 9611292f4e
2 changed files with 7 additions and 7 deletions

View File

@ -530,7 +530,7 @@ namespace osu.Game.Tests.Visual
{
public new List<DrawableCarouselItem> Items => base.Items;
public bool PendingFilterTask => FilterTask != null;
public bool PendingFilterTask => PendingFilter != null;
}
}
}