Sebastien Lebreton 5 年之前
父节点
当前提交
911c68e4cf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Maths/math.vector.ts

+ 1 - 1
src/Maths/math.vector.ts

@@ -1311,7 +1311,7 @@ export class Vector3 {
      * @param array defines the source array
      * @param offset defines the offset in the source array
      * @returns the new Vector3
-     * @deprecated Please use Use FromArray instead.
+     * @deprecated Please use FromArray instead.
      */
     public static FromFloatArray(array: DeepImmutable<Float32Array>, offset?: number): Vector3 {
         return Vector3.FromArray(array, offset);