mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-06-20 11:33:28 -05:00
Fix temp var mapping not working for new macro segments
This commit is contained in:
parent
774ccb7fbd
commit
b6a4d48948
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user