1 parent 8eaa93f commit fb35c1dCopy full SHA for fb35c1d
1 file changed
newIDE/app/src/Utils/VariablesUtils.js
@@ -53,7 +53,6 @@ export const makeObjectGroupMergedVariablesContainer = (
53
objectsContainersList: gdObjectsContainersList,
54
objectGroup: gdObjectGroup
55
): gdVariablesContainer => {
56
-
57
// `gd.ObjectRefactorer.mergeVariableContainers` returns a `VariablesContainer`
58
// "by value", which means the same C++ instance is shared by every call (it's
59
// stored in a static variable by the bindings). Keeping it in an editor is
0 commit comments