David Catuhe 6 anni fa
parent
commit
35b070b6f9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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) {