Ver Fonte

Remove an extra semicolon from 3D Texture example

Takahiro há 6 anos atrás
pai
commit
d6bbdf590f
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
 
 				}