@@ -3481,7 +3481,6 @@
const target = targets[ i ];
if ( node === undefined ) continue;
node.updateMatrix();
- node.matrixAutoUpdate = true;
let TypedKeyframeTrack;
switch ( PATH_PROPERTIES[ target.path ] ) {
@@ -3817,7 +3817,6 @@ class GLTFParser {