Rawr 5 年 前
コミット
e30dfc7a57
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/animation/AnimationMixer.js

+ 2 - 2
src/animation/AnimationMixer.js

@@ -521,8 +521,8 @@ AnimationMixer.prototype = Object.assign( Object.create( EventDispatcher.prototy
 
 		const clipUuid = clipObject !== null ? clipObject.uuid : clip;
 
-		const actionsForClip = this._actionsByClip[ clipUuid ],
-			prototypeAction = null;
+		const actionsForClip = this._actionsByClip[ clipUuid ];
+		let	prototypeAction = null;
 
 		if ( blendMode === undefined ) {