2
0
Эх сурвалжийг харах

Remove unnecessary comme in webgl_multiple_elements

Tristan Valcke 8 жил өмнө
parent
commit
626ac67126

+ 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;