mirror of
https://github.com/wassname/phaser.git
synced 2026-08-17 11:23:42 +08:00
Fixes #382 Error when using InputHandler#onInputUp & sprite destroys itself during the event.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user