mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 23:24:41 +00:00
fix Timeline#destroy
This commit is contained in:
parent
cdfe2e0ea2
commit
47dc14079b
1 changed files with 1 additions and 1 deletions
|
@ -852,7 +852,7 @@ var Timeline = new Class({
|
|||
{
|
||||
for (var i = 0; i < this.data.length; i++)
|
||||
{
|
||||
this.data[i].destroy();
|
||||
this.data[i].stop();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue