Explorar el Código

Remove an extra semicolon from 3D Texture example

Takahiro hace 6 años
padre
commit
d6bbdf590f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 
 				}