mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Adding a return to the Tween#from method
This commit is contained in:
parent
da822ab207
commit
e02a52b55d
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ Phaser.Tween.prototype = {
|
|||
this._object[prop] = properties[prop];
|
||||
}
|
||||
}
|
||||
this.to(_cache, duration, ease, autoStart, delay, repeat, yoyo);
|
||||
return this.to(_cache, duration, ease, autoStart, delay, repeat, yoyo);
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue