瀏覽代碼

Update webgl_furnace_test.html

Clean up.
Michael Herzog 4 年之前
父節點
當前提交
a4f742c7d7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 );
 
 			}