mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
Update Timeline.js
This commit is contained in:
parent
9c1e216572
commit
fa0240872c
1 changed files with 1 additions and 4 deletions
|
@ -513,10 +513,7 @@ var Timeline = new Class({
|
|||
prevTime = startTime;
|
||||
}
|
||||
|
||||
if (!this.paused)
|
||||
{
|
||||
this.complete = false;
|
||||
}
|
||||
this.complete = false;
|
||||
|
||||
return this;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue