Popov72 5 năm trước cách đây
mục cha
commit
530e8bb64a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Maths/math.vector.ts

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

@@ -3567,7 +3567,7 @@ export class Matrix {
     /**
      * Switch the matrix computations to 64 bits mode
      */
-    public static switchTo64Bits() {
+    public static SwitchTo64Bits() {
         if (Matrix._Use64Bits) {
             return;
         }