We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a58ed3 commit 54a5bb4Copy full SHA for 54a5bb4
1 file changed
src/renderer/webgl/WebGLRenderer.js
@@ -1881,12 +1881,14 @@ var WebGLRenderer = new Class({
1881
for (var key in this.pipelines)
1882
{
1883
this.pipelines[key].destroy();
1884
+
1885
delete this.pipelines[key];
1886
}
1887
1888
for (var index = 0; index < this.nativeTextures.length; ++index)
1889
1890
this.deleteTexture(this.nativeTextures[index]);
1891
1892
delete this.nativeTextures[index];
1893
1894
0 commit comments