mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-12 12:18:35 -05:00
Run PostLoad() for "else actions" as well
This commit is contained in:
@@ -614,6 +614,9 @@ bool Macro::PostLoad()
|
||||
for (auto &a : _actions) {
|
||||
a->PostLoad();
|
||||
}
|
||||
for (auto &a : _elseActions) {
|
||||
a->PostLoad();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user