mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-24 18:25:50 -05:00
Fix "or not" logic type check being ignored
This commit is contained in:
@@ -149,6 +149,7 @@ bool Macro::CeckMatch()
|
||||
}
|
||||
break;
|
||||
case LogicType::OR_NOT:
|
||||
_matched = _matched || !cond;
|
||||
if (!cond) {
|
||||
c->SetHighlight();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user