Browse Source

Examples: Formatting

Mugen87 7 years ago
parent
commit
bb58a198bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_geometry_normals.html

+ 1 - 1
examples/webgl_geometry_normals.html

@@ -51,7 +51,7 @@
 				new THREE.CircleBufferGeometry( 200, 32 ),
 				new THREE.CylinderBufferGeometry( 75, 75, 200, 8, 8 ),
 				new THREE.IcosahedronBufferGeometry( 100, 1 ),
-			  new THREE.OctahedronBufferGeometry( 200, 0 ),
+				new THREE.OctahedronBufferGeometry( 200, 0 ),
 				new THREE.PlaneBufferGeometry( 200, 200, 4, 4 ),
 				new THREE.RingBufferGeometry( 32, 64, 16 ),
 				new THREE.SphereBufferGeometry( 100, 12, 12 ),