Update CHANGELOG-v3.86.md

This commit is contained in:
Richard Davey 2024-10-10 19:01:02 +01:00
parent 10c342c5cb
commit ede4a7a63c

View file

@ -3,6 +3,7 @@
## Updates
* `RenderTarget.init` is a new method that will create the underlying framebuffer and texture for a Render Target. This is called in the constructor only, avoiding the need to call the `resize` method.
* `Phaser.GameObjects.Container#tempTransformMatrix` has been removed. This was an internal private Transform Matrix. It has been replaced by a global single matrix that is used instead. This removes the need for every Container to have its own instance of this temporary matrix, reducing object allocation and memory overhead.
## Bug Fixes