فهرست منبع

Bone: fix bug introduced by latest changes (#8572)

* Fix undefined matrix

* Fix missing inverse computation

* Fix bug introduced by previous fix...
Popov72 5 سال پیش
والد
کامیت
53ecc6fdd8
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      src/Bones/bone.ts

+ 0 - 2
src/Bones/bone.ts

@@ -863,8 +863,6 @@ export class Bone extends Node {
             }
         }
 
-        this._absoluteTransform.invertToRef(this._invertedAbsoluteTransform);
-
         var children = this.children;
         var len = children.length;