Skip to content

Commit d7baf55

Browse files
committed
Update CHANGELOG-v3.50.md
1 parent dff17f5 commit d7baf55

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG-v3.50.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
* The `WebAudioSoundManager.createAudioContext` method will now use `webkitAudioContext` if defined in `window` (rather than using the polyfill) to handle audio on Safari.
2828
* If a loaded JSON File fails to parse it will now issue a console warning along with the file key (thanks @samme)
2929
* The Canvas Renderer will no longer run a `fillRect` if `clearBeforeRender` is `false` in the Game Config.
30+
* The `LightsManager.addPointlight` method now has full JSDocs and the `attenuation` parameter.
31+
* `LightPipeline.lightsActive` is a new boolean property that keeps track if the Lights Manager in a Scene is active, or not.
32+
* The `LightPipeline` now only calls `batchSprite`, `batchTexture` and `batchTextureFrame` if the Scene Lights Manager is active. Fix #5522 (thanks @inmylo)
3033

3134
### Bug Fixes
3235

0 commit comments

Comments
 (0)