Browse Source

no verbose build #6012

David Catuhe 6 năm trước cách đây
mục cha
commit
35b070b6f9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {