Skip to content

Commit 53b3558

Browse files
committed
Merge branch 'master' of https://github.com/photonstorm/phaser
2 parents 63bb14c + fee857a commit 53b3558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/phaser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19045,7 +19045,7 @@ var Tween = new Class({
1904519045
*/
1904619046
restart: function ()
1904719047
{
19048-
if (this.state === TWEEN_CONST.REMOVED)
19048+
if (this.state === TWEEN_CONST.REMOVED || this.state === TWEEN_CONST.PENDING_ADD)
1904919049
{
1905019050
this.seek(0);
1905119051
this.parent.makeActive(this);

0 commit comments

Comments
 (0)