Browse Source

Fix typo in _removeInactiveAction.

Fixes #10700.
Michael Bayne 8 years ago
parent
commit
1157238af9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/animation/AnimationMixer.js

+ 1 - 1
src/animation/AnimationMixer.js

@@ -284,7 +284,7 @@ Object.assign( AnimationMixer.prototype, EventDispatcher.prototype, {
 
 
 
 
 		var actionByRoot = actionsForClip.actionByRoot,
 		var actionByRoot = actionsForClip.actionByRoot,
-			rootUuid = ( actions._localRoot || this._root ).uuid;
+			rootUuid = ( action._localRoot || this._root ).uuid;
 
 
 		delete actionByRoot[ rootUuid ];
 		delete actionByRoot[ rootUuid ];