mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
3a6e82a042
commit
2845c187ae
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
* Video would not resume playing after regaining focus swapping from another browser tab. Fix #5377 (thanks @spayton)
|
||||
* Container will now invoke `addToRenderList` before leaving the render method, fixing an issue with Container Input. Fix #5506 (thanks @vforsh @rexrainbow)
|
||||
* The `Game.postBoot` callback was never being invoked due to an incorrect internal property setter. Fix #5689 (thanks @sebastianfast)
|
||||
* The `Light` Game Object didn't set the shader uniforms correctly, causing it to appear to ignore image rotation with normal maps. Fix #5660 (thanks @sroboubi @telinc1)
|
||||
|
||||
### Examples, Documentation and TypeScript
|
||||
|
||||
|
|
Loading…
Reference in a new issue