mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-14 05:08:39 -05:00
Refactor DurationModifier to enable testing
This commit is contained in:
@@ -138,7 +138,8 @@ bool Macro::CeckMatch(bool ignorePause)
|
||||
}
|
||||
|
||||
bool conditionMatched = checkCondition(condition);
|
||||
condition->CheckDurationModifier(conditionMatched);
|
||||
conditionMatched =
|
||||
condition->CheckDurationModifier(conditionMatched);
|
||||
|
||||
const auto logicType = condition->GetLogicType();
|
||||
if (logicType == Logic::Type::NONE) {
|
||||
|
||||
Reference in New Issue
Block a user