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;