Explorar o código

Merge pull request #17149 from heronote/patch-3

Update ShadowMapViewer.d.ts
Mr.doob %!s(int64=6) %!d(string=hai) anos
pai
achega
3bc412354a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/jsm/utils/ShadowMapViewer.d.ts

+ 1 - 1
examples/jsm/utils/ShadowMapViewer.d.ts

@@ -1,4 +1,4 @@
-import {Light} from "../../..";
+import {Light} from "../../../src/Three";
 
 export class ShadowMapViewer {
 	constructor(light: Light)