Rawr il y a 5 ans
Parent
commit
e30dfc7a57
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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 ) {