Browse Source

Update webgl_furnace_test.html

Clean up.
Michael Herzog 4 years ago
parent
commit
a4f742c7d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_furnace_test.html

+ 1 - 1
examples/webgl_furnace_test.html

@@ -74,7 +74,7 @@
 
 				// camera
 				camera = new THREE.PerspectiveCamera( 40, aspect, 1, 30 );
-				camera.position.set( 0, 0, 18 )
+				camera.position.set( 0, 0, 18 );
 
 			}