mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-05-24 08:47:30 -05:00
Fix temp var mapping not working for new macro segments
This commit is contained in:
parent
8109a3ffd0
commit
250f63cccc
|
|
@ -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