Browse Source

Fix bad refactoring of loopCount member

Tristan Valcke 8 years ago
parent
commit
1bfb2a76b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/animation/AnimationAction.js

+ 1 - 1
src/animation/AnimationAction.js

@@ -473,7 +473,7 @@ AnimationAction.prototype = {
 			if ( loopCount === -1 ) {
 			if ( loopCount === -1 ) {
 				// just started
 				// just started
 
 
-				this.loopCount = 0;
+				this._loopCount = 0;
 				this._setEndings( true, true, false );
 				this._setEndings( true, true, false );
 
 
 			}
 			}