2
0
heronote 6 жил өмнө
parent
commit
fc6292833b

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