Explicitly paused Timer continues if you un-focus and focus the browser window.

Added TimerEvent.pendingDelete and checks in Timer.update, so that removing an event in a callback no longer throws an exception.
This commit is contained in:
photonstorm
2014-02-05 22:35:35 +00:00
parent eddce653e9
commit 68d5c73fea
4 changed files with 65 additions and 27 deletions
+2
View File
@@ -73,6 +73,8 @@ Updates:
Bug Fixes:
* Explicitly paused Timer continues if you un-focus and focus the browser window (thanks georgiee)
* Added TimerEvent.pendingDelete and checks in Timer.update, so that removing an event in a callback no longer throws an exception (thanks georgiee)
You can view the Change Log for all previous versions at https://github.com/photonstorm/phaser/changelog.md