Rework PerformActions() to enable choosing which action type to run

This commit is contained in:
WarmUpTill
2023-09-13 10:40:16 +02:00
committed by WarmUpTill
parent 24f4b864c4
commit 0c8135078d
6 changed files with 45 additions and 27 deletions

View File

@@ -66,7 +66,7 @@ bool MacroActionSequence::PerformAction()
return true;
}
return macro->PerformActions();
return macro->PerformActions(true);
}
void MacroActionSequence::LogAction() const