Commit graph

5 commits

Author SHA1 Message Date
Richard Davey
0a33856fd0
Update CHANGELOG-v3.85.2.md 2024-09-17 20:22:47 +01:00
Richard Davey
91eb34c3e9 Update CHANGELOG-v3.85.2.md 2024-09-17 19:01:16 +01:00
Richard Davey
4cfa44dce4 Update CHANGELOG-v3.85.2.md 2024-09-17 15:12:03 +01:00
Richard Davey
ad5b38b1cb WebGLRenderer.setExtensions is a new method that queries the GL context to get the list of supported extensions. Which it then sets into the class properties. This method is called internally as part of the init and restore process.
When the WebGL context was restored it would incorrectly try to call `init.setupExtensions()` which didn't exist. It now calls the correct method, `WebGLRenderer.setExtensions`. Fix #6905
2024-09-17 15:08:20 +01:00
Richard Davey
e41b3be8ff v3.85.2 version 2024-09-17 15:07:34 +01:00