Selaa lähdekoodia

Update UVsDebug.d.ts

heronote 6 vuotta sitten
vanhempi
commit
fc6292833b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      examples/jsm/utils/UVsDebug.d.ts

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

@@ -1,3 +1,3 @@
-import {Geometry} from "../../..";
+import {Geometry} from "../../../src/Three";
 
 export function UVsDebug(geometry: Geometry, size: number): HTMLCanvasElement;