diff --git a/src/tweens/tween/Tween.js b/src/tweens/tween/Tween.js index c979887f8..8c356c8de 100644 --- a/src/tweens/tween/Tween.js +++ b/src/tweens/tween/Tween.js @@ -611,7 +611,7 @@ var Tween = new Class({ { if (this.state === TWEEN_CONST.PAUSED) { - return; + return this; } this.paused = true;