Browse Source

Merge pull request #17052 from Mugen87/dev36

TS: Fix import in RTTNode.d.ts.
Michael Herzog 6 years ago
parent
commit
4592aec66a
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';