Update CHANGELOG.md

This commit is contained in:
Richard Davey 2021-10-16 15:23:23 +01:00
parent 9d7a575a4f
commit 90d05a0f34

View file

@ -84,7 +84,7 @@ Development of this feature was kindly sponsored by Club Penguin Rewritten (http
* The `Tilemaps.Tile.getBounds` method would take a `camera` parameter but then not pass it to the methods called internally, thus ignoring it. It now factors the camera into the returned Rectangle.
* `Tilemap.createFromObjects` has had the rendering of Tiled object layers on isometric maps fixed. Objects contained in object layers generated by Tiled use orthogonal positioning even when the map is isometric and this update accounts for that (thanks @lfarroco)
* Timers with very short delays (i.e. 1ms) would only run the callback at the speed of the frame update. It will now try and match the timer rate by iterating the calls per frame. Fix #5863 (thanks @rexrainbow)
* The `Text` Game Object would call the pre and post batch functions twice by mistake, potentially applying a post fx twice to it.
* The `Text`, `TileSprite` and `RenderTexture` Game Objects would call the pre and post batch functions twice by mistake, potentially applying a post fx twice to them.
### Examples, Documentation and TypeScript