Forráskód Böngészése

Update UVsDebug.d.ts

heronote 6 éve
szülő
commit
fc6292833b
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;