瀏覽代碼

Update MathNode.js

Removed unused import.
Michael Herzog 4 年之前
父節點
當前提交
34397c992f
共有 1 個文件被更改,包括 0 次插入1 次删除
  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 OperatorNode from './OperatorNode.js';
 
 class MathNode extends Node {