Update CHANGELOG-v3.50.md

This commit is contained in:
Richard Davey 2021-01-04 16:16:08 +00:00
parent c124d4c0a6
commit e9d07ca8f8

View file

@ -3,6 +3,7 @@
### New Features
* `WebGLRenderer.isTextureClean` is a new boolean property that tracks of all of the multi-textures are in a clean 'default' state, to avoid lots of gl texture binds and activations during a Scene restart or destruction process.
* `GameObject.removePostPipeline(pipelineClass)` would previously only remove a single pipeline instance. Calling the method with a class will now clear all instances of the pipeline class from the Game Object (thanks @rexrainbow)
### Updates