Browse Source

Update MathUtils.d.ts

heronote 6 năm trước cách đây
mục cha
commit
65fa425e4d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/jsm/utils/MathUtils.d.ts

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

@@ -1,4 +1,4 @@
-import {Quaternion} from "../../..";
+import {Quaternion} from "../../../src/Three";
 
 export namespace MathUtils {
 	export function setQuaternionFromProperEuler(q: Quaternion, a: number, b: number, c: number, order: string): void ;