mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Fix script actions / conditions not working after stopping macro
This commit is contained in:
parent
2c5121ee94
commit
51b53bf948
|
|
@ -244,6 +244,7 @@ bool Macro::CheckConditions(bool ignorePause)
|
|||
return false;
|
||||
}
|
||||
|
||||
_stop = false;
|
||||
_matched = false;
|
||||
for (auto &condition : _conditions) {
|
||||
if (!condition) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user