فهرست منبع

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

Kesshi 6 سال پیش
والد
کامیت
50b20aecdc
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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();
     }
 
     /**