Przeglądaj źródła

Remove an extra semicolon from 3D Texture example

Takahiro 6 lat temu
rodzic
commit
d6bbdf590f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      examples/webgl_materials_texture_3d.html

+ 1 - 1
examples/webgl_materials_texture_3d.html

@@ -191,7 +191,7 @@
 
 					}
 
-					mesh.material.uniforms.depth.value = value;;
+					mesh.material.uniforms.depth.value = value;
 
 				}