Procházet zdrojové kódy

Fix bad refactoring of loopCount member

Tristan Valcke před 9 roky
rodič
revize
1bfb2a76b4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/animation/AnimationAction.js

+ 1 - 1
src/animation/AnimationAction.js

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

粤ICP备19079148号