Procházet zdrojové kódy

Remove unnecessary comme in webgl_multiple_elements

Tristan Valcke před 8 roky
rodič
revize
626ac67126
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;