瀏覽代碼

Fix typo in _removeInactiveAction.

Fixes #10700.
Michael Bayne 8 年之前
父節點
當前提交
1157238af9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 ];