Explorar o código

Add missing semicolon in webgl_shadowmap_pointlight

Tristan Valcke %!s(int64=8) %!d(string=hai) anos
pai
achega
a04a24acd4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webgl_shadowmap_pointlight.html

+ 1 - 1
examples/webgl_shadowmap_pointlight.html

@@ -95,7 +95,7 @@
 					shininess: 10,
 					specular: 0x111111,
 					side: THREE.BackSide
-				} )
+				} );
 				var mesh = new THREE.Mesh( geometry, material );
 				mesh.position.y = 10;
 				mesh.receiveShadow = true;