Skip to content

Commit

Permalink
Update CHANGELOG-v3.86.md
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Oct 10, 2024
1 parent 10c342c commit ede4a7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changelog/3.86/CHANGELOG-v3.86.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ede4a7a

Please sign in to comment.