mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
commit
0b18625811
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ Phaser.Timer.prototype = {
|
||||||
{
|
{
|
||||||
this._i = 0;
|
this._i = 0;
|
||||||
|
|
||||||
while (this._i < this._len)
|
while (this._i < this._len && this.running)
|
||||||
{
|
{
|
||||||
if (this._now >= this.events[this._i].tick)
|
if (this._now >= this.events[this._i].tick)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue