mirror of
https://github.com/wassname/phaser.git
synced 2026-07-05 17:30:19 +08:00
+1
-1
@@ -327,7 +327,7 @@ Phaser.Timer.prototype = {
|
||||
{
|
||||
this._i = 0;
|
||||
|
||||
while (this._i < this._len)
|
||||
while (this._i < this._len && this.running)
|
||||
{
|
||||
if (this._now >= this.events[this._i].tick)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user