Explorar o código

Remove unnecessary comme in webgl_multiple_elements

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

+ 1 - 1
examples/webgl_multiple_elements.html

@@ -101,7 +101,7 @@
 					new THREE.BoxGeometry( 1, 1, 1 ),
 					new THREE.SphereGeometry( 0.5, 12, 8 ),
 					new THREE.DodecahedronGeometry( 0.5 ),
-					new THREE.CylinderGeometry( 0.5, 0.5, 1, 12 ),
+					new THREE.CylinderGeometry( 0.5, 0.5, 1, 12 )
 				];
 
 				var template = document.getElementById( "template" ).text;