Explorar o código

Update babylon.math.ts

David %!s(int64=9) %!d(string=hai) anos
pai
achega
4e1d7c5dcd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Math/babylon.math.ts

+ 1 - 1
src/Math/babylon.math.ts

@@ -1610,7 +1610,7 @@
         public toEulerAngles(order = "YZX"): Vector3 {
             var result = Vector3.Zero();
 
-            this.toEulerAnglesToRef(result);
+            this.toEulerAnglesToRef(result, order);
 
             return result;
         }