Explorar o código

Update webgl_furnace_test.html

Clean up.
Michael Herzog %!s(int64=4) %!d(string=hai) anos
pai
achega
a4f742c7d7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 );
 
 			}