Explorar o código

fix: Matrix.ComposeToRef() didn't update the identity status

Kesshi %!s(int64=6) %!d(string=hai) anos
pai
achega
50b20aecdc
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/Maths/math.ts

+ 2 - 0
src/Maths/math.ts

@@ -5321,6 +5321,8 @@ export class Matrix {
         m[13] = translation.y;
         m[14] = translation.z;
         m[15] = 1;
+
+        result._markAsUpdated();
     }
 
     /**