Browse Source

TS: Fix import in RTTNode.d.ts.

Mugen87 6 years ago
parent
commit
7221f4b6e5
1 changed files with 2 additions and 2 deletions
  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';