Browse Source

TS: Fix import in RTTNode.d.ts.

Mugen87 6 năm trước cách đây
mục cha
commit
7221f4b6e5
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      examples/jsm/nodes/inputs/RTTNode.d.ts

+ 2 - 2
examples/jsm/nodes/inputs/RTTNode.d.ts

@@ -1,7 +1,7 @@
-import { 
+import {
   Mesh,
   OrthographicCamera,
-  SceneUtils,
+  Scene,
   WebGLRenderTarget,
   WebGLRenderTargetOptions
 } from '../../../../src/Three';