Procházet zdrojové kódy

Update webgl_furnace_test.html

Clean up.
Michael Herzog před 4 roky
rodič
revize
a4f742c7d7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 );
 
 			}