Skip to content

Commit 234c070

Browse files
committed
Update CHANGELOG-v3.50.md
1 parent fa3d353 commit 234c070

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG-v3.50.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,7 @@ Since v3.0.0 the Game Object `render` functions have received a parameter called
862862
* The `CanvasRenderer._tempMatrix1`, `_tempMatrtix2`, `_tempMatrix3` and `_tempMatrix4` properties have been removed. They were all flagged as private, yet used in lots of places. Instead, Game Objects now manager their own matrices, or use the global `GetCalcMatrix` function instead.
863863
* Since iOS 13, iPads now identify as MacOS devices. A new maxTouchPoint check is now part of the `Device.OS` tests, stopping iPads from being flagged as desktop devices. Fix #5389 (thanks @SBCGames)
864864
* The `BitmapMask.prevFramebuffer` property has been removed as it's no longer required, due to the fbo stack in the renderer.
865+
* The `TextureManager.addGLTexture` method has been updated so that the `width` and `height` parameters are now optional. If not provided, and if available, they will be read from the given WebGLTexture instead (thanks @hexus)
865866

866867
### Bug Fixes
867868

0 commit comments

Comments
 (0)