Bläddra i källkod

Fix typo in _removeInactiveAction.

Fixes #10700.
Michael Bayne 8 år sedan
förälder
incheckning
1157238af9
1 ändrade filer med 1 tillägg och 1 borttagningar
  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,
-			rootUuid = ( actions._localRoot || this._root ).uuid;
+			rootUuid = ( action._localRoot || this._root ).uuid;
 
 		delete actionByRoot[ rootUuid ];