Explorar el Código

Add missing semicolon in webgl_materials_variations_standard

Tristan Valcke hace 8 años
padre
commit
9a2b62a123
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/webgl_materials_variations_standard.html

+ 1 - 1
examples/webgl_materials_variations_standard.html

@@ -105,7 +105,7 @@
 								roughness: 1.0 - alpha,
 								shading: THREE.SmoothShading,
 								envMap: alphaIndex % 2 === 0 ? null : reflectionCube
-							} )
+							} );
 
 							var mesh = new THREE.Mesh( geometry, material );