2
0
Эх сурвалжийг харах

Update ShadowMapViewer.d.ts

heronote 6 жил өмнө
parent
commit
693789953a

+ 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)