浏览代码

Remove dispose() of now removed depthMaterial (#26946)

Fixes Uncaught TypeError: Cannot read properties of undefined (reading 'dispose')
Mounier Florian 1 年之前
父节点
当前提交
937edb5f5b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      examples/jsm/postprocessing/SAOPass.js

+ 0 - 1
examples/jsm/postprocessing/SAOPass.js

@@ -314,7 +314,6 @@ class SAOPass extends Pass {
 		this.blurIntermediateRenderTarget.dispose();
 		this.normalRenderTarget.dispose();
 
-		this.depthMaterial.dispose();
 		this.normalMaterial.dispose();
 		this.saoMaterial.dispose();
 		this.vBlurMaterial.dispose();