David Catuhe 5 years ago
parent
commit
30b2edb086
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Materials/Node/nodeMaterial.ts

+ 1 - 1
src/Materials/Node/nodeMaterial.ts

@@ -1245,7 +1245,7 @@ export class NodeMaterial extends PushMaterial {
             if (source.locations) {
                 this.editorData = {
                     locations: locations
-                }
+                };
             } else {
                 this.editorData = source.editorData;
                 this.editorData.locations = locations;