Update CHANGELOG.md

This commit is contained in:
Richard Davey 2019-11-19 11:49:58 +00:00
parent c37058ef4b
commit 9dd3e53f46

View file

@ -71,6 +71,7 @@
* `Video.destroy` has been renamed to `Video.preDestroy`, so that it now destroys properly like all other Game Objects. Fix #4821 (thanks @rexrainbow)
* The Video Game Object will now check to see if the browser supports the `HTMLVideoElement` before creating one (thanks @jcyuan)
* The `DOM.GetScreenOrientation` functions would return out-dated consts (thanks @jcyuan)
* When calling `TileSprite.setTexture` or `setFrame`, if the new frame size didn't match the old one, the new fill pattern would become distorted and the `potWidth` and `potHeight` values would be incorrect.
### Examples, Documentation and TypeScript