Skeleton: Fix check of module scope variable.
@@ -117,7 +117,7 @@ Object.assign( Skeleton.prototype, {
update: function () {
- if ( _identityMatrix ) {
+ if ( _identityMatrix === undefined ) {
_offsetMatrix = new Matrix4();
_identityMatrix = new Matrix4();