Fixes #382 Error when using InputHandler#onInputUp & sprite destroys itself during the event.

This commit is contained in:
photonstorm
2014-02-10 02:14:59 +00:00
parent 0294a4735d
commit ae74cb02dd
5 changed files with 62 additions and 16 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ Bug Fixes:
* Tilemap had the wrong @method signatures so most were missing from the docs.
* Fixed bug where changing State would cause the camera to not reset if it was following an object.
* Tile had 2 properties (callback and callbackContext) that were never assigned, updated to use the proper names (thanks ratkingsimon)
* Issue 382: Error when using InputHandler#onInputUp & sprite destroys itself during the event.
You can view the Change Log for all previous versions at https://github.com/photonstorm/phaser/changelog.md