Przeglądaj źródła

Merge pull request #17149 from heronote/patch-3

Update ShadowMapViewer.d.ts
Mr.doob 6 lat temu
rodzic
commit
3bc412354a
1 zmienionych plików z 1 dodań i 1 usunięć
  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)