mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 21:53:59 +00:00
Updated parent argument
This commit is contained in:
parent
8ced58da32
commit
39ae7d46cd
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ var TimelineBuilder = function (manager, config)
|
|||
// Create the Tweens
|
||||
for (var i = 0; i < tweens.length; i++)
|
||||
{
|
||||
timeline.queue(TweenBuilder(manager, tweens[i], defaults));
|
||||
timeline.queue(TweenBuilder(timeline, tweens[i], defaults));
|
||||
}
|
||||
|
||||
timeline.completeDelay = GetAdvancedValue(config, 'completeDelay', 0);
|
||||
|
|
Loading…
Reference in a new issue