Skip to content

Commit e9d07ca

Browse files
committed
Update CHANGELOG-v3.50.md
1 parent c124d4c commit e9d07ca

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
@@ -3,6 +3,7 @@
33
### New Features
44

55
* `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.
6+
* `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)
67

78
### Updates
89

0 commit comments

Comments
 (0)