Parcourir la source

Update ShadowMapViewer.d.ts

heronote il y a 6 ans
Parent
commit
693789953a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)