Browse Source

Examples: Clean up. (#23029)

Michael Herzog 3 năm trước cách đây
mục cha
commit
76408432e4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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();
 
 					} );