|
@@ -117,7 +117,7 @@ Object.assign( Skeleton.prototype, {
|
|
|
|
|
|
update: function () {
|
|
update: function () {
|
|
|
|
|
|
- if ( _identityMatrix ) {
|
|
|
|
|
|
+ if ( _identityMatrix === undefined ) {
|
|
|
|
|
|
_offsetMatrix = new Matrix4();
|
|
_offsetMatrix = new Matrix4();
|
|
_identityMatrix = new Matrix4();
|
|
_identityMatrix = new Matrix4();
|