Skip to content

Commit

Permalink
Revert change for rule non being enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
huoyaoyuan committed Nov 27, 2024
1 parent 2b68a6a commit ab9552b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Framework/Graphics/Containers/SearchContainer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public string SearchTerm
private LocalisationManager localisation { get; set; }

private readonly Cached filterValid = new Cached();
private readonly List<IBindable<bool>> canBeShownBindables = new List<IBindable<bool>>();
private readonly ICollection<IBindable<bool>> canBeShownBindables = new List<IBindable<bool>>();

protected override void AddInternal(Drawable drawable)
{
Expand Down

0 comments on commit ab9552b

Please sign in to comment.