mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 06:59:53 +08:00
Fix bugged initial state of matching filter flag
Was preventing mod preset panels from refiltering correctly on ruleset change due to the `matchingFilter == value` guard.
This commit is contained in:
@@ -286,7 +286,7 @@ namespace osu.Game.Overlays.Mods
|
||||
|
||||
public abstract IEnumerable<LocalisableString> FilterTerms { get; }
|
||||
|
||||
private bool matchingFilter;
|
||||
private bool matchingFilter = true;
|
||||
|
||||
public virtual bool MatchingFilter
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user