浏览代码

Examples: Clean up. (#23029)

Michael Herzog 3 年之前
父节点
当前提交
76408432e4
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      examples/webgl_tonemapping.html

+ 0 - 1
examples/webgl_tonemapping.html

@@ -127,7 +127,6 @@
 						updateGUI();
 
 						renderer.toneMapping = toneMappingOptions[ params.toneMapping ];
-						mesh.material.needsUpdate = true;
 						render();
 
 					} );