option menu: fix section being filtered when they shouldn't
This commit is contained in:
@@ -1069,9 +1069,7 @@ public class OptionsOverlay extends OverlayOpsuState {
|
|||||||
if (section.options == null) {
|
if (section.options == null) {
|
||||||
lastBigSectionMatches = sectionMatches;
|
lastBigSectionMatches = sectionMatches;
|
||||||
lastBigSection = section;
|
lastBigSection = section;
|
||||||
if (!lastBigSectionMatches) {
|
section.filtered = !lastBigSectionMatches;
|
||||||
section.filtered = true;
|
|
||||||
}
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
section.filtered = true;
|
section.filtered = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user