Browse Source

Update MathNode.js

Removed unused import.
Michael Herzog 4 years ago
parent
commit
34397c992f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/jsm/renderers/nodes/math/MathNode.js

+ 0 - 1
examples/jsm/renderers/nodes/math/MathNode.js

@@ -1,5 +1,4 @@
 import Node from '../core/Node.js';
 import Node from '../core/Node.js';
-import OperatorNode from './OperatorNode.js';
 
 
 class MathNode extends Node {
 class MathNode extends Node {