Vivek Patel 8 年之前
父节点
当前提交
6a286a3357
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/manual/introduction/FAQ.html

+ 1 - 1
docs/manual/introduction/FAQ.html

@@ -32,7 +32,7 @@ TODO
 
 			The key equation to solving this is this formula for the visible height at a given distance:
 
-			<code>s
+			<code>
 visible_height = 2 * Math.tan( ( Math.PI / 180 ) * camera.fov / 2 ) * distance_from_camera;
 			</code>
 			If we increase the window height by a certain percentage, then what we want is the visible height at all distances