Wouter Vanmontfort %!s(int64=5) %!d(string=hai) anos
pai
achega
9796f0643a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/animation/AnimationMixer.js

+ 1 - 1
src/animation/AnimationMixer.js

@@ -607,7 +607,7 @@ AnimationMixer.prototype = Object.assign( Object.create( EventDispatcher.prototy
 	stopAllAction: function () {
 
 		var actions = this._actions,
-			nActions = this._nActiveActions,
+			nActions = this._nActiveActions;
 
 		for ( var i = nActions - 1; i >= 0; -- i ) {
 

粤ICP备19079148号