mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-12 11:36:08 -05:00
Fix typo
This commit is contained in:
@@ -212,7 +212,7 @@ bool MacroConditionMacro::Load(obs_data_t *obj)
|
||||
bool MacroConditionMacro::PostLoad()
|
||||
{
|
||||
return MacroCondition::PostLoad() && MacroRefCondition::PostLoad() &&
|
||||
MultiMacroRefCondtition::PostLoad();
|
||||
MultiMacroRefCondition::PostLoad();
|
||||
}
|
||||
|
||||
std::string MacroConditionMacro::GetShortDesc() const
|
||||
|
||||
Reference in New Issue
Block a user