mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-19 15:03:57 -05:00
The steps added via AddPostLoadStep() from the copy were never executed. Thus they might be invalid when RunPostLoadSteps() is next called. This could result in a crash when a new action or condition is added after e.g. a "Filter" action's TempVariableRef was copied, which adds a PostLoadStep to resolve the macro segment reference.