David Catuhe преди 5 години
родител
ревизия
30b2edb086
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;