浏览代码

Fixed broken smart quote.

mitm 6 年之前
父节点
当前提交
a45ce0ea43
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/docs/asciidoc/jme3/advanced/camera.adoc

+ 1 - 1
src/docs/asciidoc/jme3/advanced/camera.adoc

@@ -88,7 +88,7 @@ After you change view port, frustum, or frame, call `cam.update();`
 
 == FlyBy Camera
 
-The `flyCam` class field gives you access to an AppState that extends the default camera in `com.jme3.app.SimpleApplication` with more features. The input manager of the `com.jme3.input.FlyByCamera` AppState is preconfigured to respond to the WASD keys for walking forwards and backwards, and strafing to the sides; move the mouse to rotate the camera (“Mouse Look), scroll the mouse wheel for zooming in or out. The QZ keys raise or lower the camera vertically.
+The `flyCam` class field gives you access to an AppState that extends the default camera in `com.jme3.app.SimpleApplication` with more features. The input manager of the `com.jme3.input.FlyByCamera` AppState is preconfigured to respond to the WASD keys for walking forwards and backwards, and strafing to the sides; move the mouse to rotate the camera ("`Mouse Look`"), scroll the mouse wheel for zooming in or out. The QZ keys raise or lower the camera vertically.
 
 [source]
 ----