mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Updated with 3.1.1 fixes
This commit is contained in:
parent
3c65121cb3
commit
17e7ea930f
1 changed files with 11 additions and 0 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,5 +1,16 @@
|
|||
# Change Log
|
||||
|
||||
## Version 3.1.1 - In Development
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Math.Fuzzy.Floor had an incorrect method signature.
|
||||
* Arcade Physics World didn't import GetOverlapX or GetOverlapY, causing `separateCircle` to break.
|
||||
* TileSprite was missing a gl reference, causing it to fail during a context loss and restore.
|
||||
* The Mesh Game Object Factory entry had incorrect arguments passed to Mesh constructor.
|
||||
|
||||
|
||||
|
||||
## Version 3.1.0 - Onishi - 16th February 2018
|
||||
|
||||
### Updates
|
||||
|
|
Loading…
Reference in a new issue