Skip to content

Commit 5c5a937

Browse files
committed
Add refactor of variant instance variables.
1 parent 6cbd254 commit 5c5a937

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Core/GDCore/IDE/ObjectVariableHelper.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,10 @@ void ObjectVariableHelper::ApplyChangesToVariants(
294294
variableName, defaultVariablesContainer.Get(variableName), index);
295295
}
296296
}
297+
298+
gd::ObjectVariableHelper::ApplyChangesToObjectInstances(
299+
variablesContainer, variant->GetInitialInstances(), objectName,
300+
changeset);
297301
}
298302
}
299303

0 commit comments

Comments
 (0)