Browse Source

Addressing feedback

Christine Morten 5 years ago
parent
commit
4eed9fc6af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/animation/AnimationAction.js

+ 1 - 1
src/animation/AnimationAction.js

@@ -389,7 +389,7 @@ Object.assign( AnimationAction.prototype, {
 				for ( var j = 0, m = interpolants.length; j !== m; ++ j ) {
 				for ( var j = 0, m = interpolants.length; j !== m; ++ j ) {
 
 
 					interpolants[ j ].evaluate( clipTime );
 					interpolants[ j ].evaluate( clipTime );
-					propertyMixers[ j ].accumulate( accuIndex, weight, this.isAdditive );
+					propertyMixers[ j ].accumulate( accuIndex, weight );
 
 
 				}
 				}