We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15fc2e commit 6af861bCopy full SHA for 6af861b
1 file changed
dist/phaser.js
@@ -19045,9 +19045,9 @@ var Tween = new Class({
19045
*/
19046
restart: function ()
19047
{
19048
- if (this.state === TWEEN_CONST.REMOVED || this.state === TWEEN_CONST.PENDING_ADD)
+ if (this.state === TWEEN_CONST.REMOVED)
19049
19050
- this.seek(0);
+ this.seek(0);
19051
this.parent.makeActive(this);
19052
}
19053
else
0 commit comments