mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-11 19:58:49 -05:00
Fix temp var mapping not working for new macro segments
This commit is contained in:
@@ -54,6 +54,7 @@ const std::vector<VarMapping> &MacroSegment::GetVarMappings() const
|
||||
void MacroSegment::SetVarMappings(const std::vector<VarMapping> &mappings)
|
||||
{
|
||||
_varMappings = mappings;
|
||||
IncrementTempVarInUseGeneration();
|
||||
}
|
||||
|
||||
void MacroSegment::FixupVarMappingRefs(const MacroSegment *originalSegment)
|
||||
|
||||
Reference in New Issue
Block a user