Browse Source

Update MathNode.js

Removed unused import.
Michael Herzog 5 năm trước cách đây
mục cha
commit
34397c992f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 {
 

粤ICP备19079148号