mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
Update CHANGELOG-v3.85.md
This commit is contained in:
parent
77bbab31f1
commit
05f3cf6ee2
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
|||
* Resolved an issue in `BitmapText` where an extra empty line was added when `setMaxWidth` was called, and the width of the line was less than a word. Previously, `yAdvance` was incorrectly incremented by `lineHeight + lineSpacing` for each word, leading to an unintended increase in vertical space. The correction now calculates `yAdvance` based on the `currentLine` index, ensuring that vertical spacing accurately reflects the number of lines. Fix #6807 (thanks @AlvaroNeuronup)
|
||||
* Resolved an issue in `BitmapText` where adding a space character `' '` at the end of a line caused the following line of to ignore line wrapping when using `setMaxWidth`. Fix #6860 (thanks @bagyoni)
|
||||
* The `Matrix4.lookAtRH` method would fail because it called two missing Vector3 methods.
|
||||
* The `RenderTarget` will now automatically listen for the Renderer resize event if `autoResize` is true. This fixes an issue with Bitmap Masks where they wouldn't resize if the renderer resized. Fix #6769 (thanks @pavels)
|
||||
|
||||
## Input Bug Fixes
|
||||
|
||||
|
|
Loading…
Reference in a new issue