Procházet zdrojové kódy

Update UVsDebug.d.ts

heronote před 6 roky
rodič
revize
fc6292833b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;

粤ICP备19079148号