mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-27 03:36:00 -05:00
Fix typo
This commit is contained in:
@@ -169,13 +169,13 @@ bool MacroRefCondition::PostLoad()
|
||||
return true;
|
||||
}
|
||||
|
||||
MultiMacroRefCondtition::MultiMacroRefCondtition(Macro *m,
|
||||
bool supportsVariableValue)
|
||||
MultiMacroRefCondition::MultiMacroRefCondition(Macro *m,
|
||||
bool supportsVariableValue)
|
||||
: MacroCondition(m, supportsVariableValue)
|
||||
{
|
||||
}
|
||||
|
||||
bool MultiMacroRefCondtition::PostLoad()
|
||||
bool MultiMacroRefCondition::PostLoad()
|
||||
{
|
||||
for (auto ¯o : _macros) {
|
||||
macro.PostLoad();
|
||||
|
||||
Reference in New Issue
Block a user