Browse Source

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

Kesshi 6 năm trước cách đây
mục cha
commit
50b20aecdc
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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();
     }
 
     /**