Rawr před 5 roky
rodič
revize
e30dfc7a57
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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 ) {