Przeglądaj źródła

unnecessary true param

sunag 7 lat temu
rodzic
commit
a1be22faad
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      examples/webgl_materials_nodes.html

+ 1 - 1
examples/webgl_materials_nodes.html

@@ -455,7 +455,7 @@
 
 						}
 
-						updateMaterial( true );
+						updateMaterial();
 
 						// GUI
 

粤ICP备19079148号