瀏覽代碼

no verbose build #6012

David Catuhe 6 年之前
父節點
當前提交
35b070b6f9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nodeEditor/src/graphEditor.tsx

+ 1 - 1
nodeEditor/src/graphEditor.tsx

@@ -217,7 +217,7 @@ export class GraphEditor extends React.Component<IGraphEditorProps> {
         }
 
         try {
-            this.props.globalState.nodeMaterial.build(true);
+            this.props.globalState.nodeMaterial.build();
             this.props.globalState.onLogRequiredObservable.notifyObservers(new LogEntry("Node material build successful", false));
         }
         catch (err) {