Skip to content

Commit bcec700

Browse files
committed
Update CHANGELOG-v3.50.md
1 parent 8a6a4a7 commit bcec700

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG-v3.50.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
* `LineCurve.getTangent` can now take an output vector to receive the tangent value (thanks @samme)
3838
* `DOMElementCSSRenderer` no longer sets the `pointerEvents` style attribute to `auto`. This is the default value anyway and it now means you can override it from your code by setting the `pointer-events` attribute directly. Fix #5470 (thanks @hayatae @endel)
3939
* `SceneManager.loadComplete` will no longer try to unlock the Sound Manager, preventing `AudioContext was not allowed to start` console warnings after each Scene finishes loading.
40+
* `WebGLRenderer.deleteTexture` will now run `resetTextures(true)` first, incase the requested texture to be deleted is currently bound. Previously, it would delete the texture and then reset them.
41+
* If `TextureSource.destroy` has a WebGL Texture it will tell the WebGL Renderer to reset the textures first, before deleting its texture.
4042

4143
### Bug Fixes
4244

0 commit comments

Comments
 (0)