mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Updated log
This commit is contained in:
parent
66c40dda69
commit
aa8a4524b6
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@
|
|||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixed the Debug draw of a scaled circle body in Arcade Physics (thanks @pixelpicosean)
|
||||
* Fixed bug in `DataManager.merge` where it would copy the object reference instead of its value (thanks @rexrainbow)
|
||||
* The SceneManager no longer copies over the `shutdown` and `destroy` callbacks in createSceneFromObject, as these are not called automatically and should be invoked via the Scene events (thanks @samme)
|
||||
* The default Gamepad Button threshold has been changed from 0 to 1. Previously the value of 0 was making all gamepad buttons appear as if they were always pressed down (thanks @jmcriat)
|
||||
|
||||
### Updates
|
||||
|
||||
* The Text testString has changed from `|MÉqgy` to `|MÉqgy`.
|
||||
|
|
Loading…
Reference in a new issue