David Catuhe il y a 6 ans
Parent
commit
30b2edb086
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {
             if (source.locations) {
                 this.editorData = {
                 this.editorData = {
                     locations: locations
                     locations: locations
-                }
+                };
             } else {
             } else {
                 this.editorData = source.editorData;
                 this.editorData = source.editorData;
                 this.editorData.locations = locations;
                 this.editorData.locations = locations;