Browse Source

Add missing semicolon in webgl_shadowmap_pointlight

Tristan Valcke 8 năm trước cách đây
mục cha
commit
a04a24acd4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;