Explorar o código

Remove an extra semicolon from 3D Texture example

Takahiro %!s(int64=6) %!d(string=hai) anos
pai
achega
d6bbdf590f
Modificáronse 1 ficheiros con 1 adicións e 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;
 
 				}