mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-14 05:08:39 -05:00
Fix file condition always returning false
This commit is contained in:
@@ -159,7 +159,7 @@ bool MacroConditionFile::CheckCondition()
|
||||
SetVariableValue(ret ? "true" : "false");
|
||||
}
|
||||
|
||||
return false;
|
||||
return ret;
|
||||
}
|
||||
|
||||
bool MacroConditionFile::Save(obs_data_t *obj) const
|
||||
|
||||
Reference in New Issue
Block a user