mirror of
https://github.com/photonstorm/phaser
synced 2024-12-19 01:24:48 +00:00
f33ba5dcc7
Timer.clearPendingEvents will purge any events marked for deletion, this is run automatically at the start of the update loop. The main Timer loop could incorrectly remove TimeEvent if a new one was added specifically during an event callback (thanks @garyyeap, fix #710) |
||
---|---|---|
.. | ||
Time.js | ||
Timer.js | ||
TimerEvent.js |