ソースを参照

Moved level 3 character title to level 2.

mitm 8 年 前
コミット
f1f9535ac0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/docs/asciidoc/jme3/advanced/jme3_ai.adoc

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

@@ -638,7 +638,7 @@ if (target != null) {
 
 before calling `computePath()` and the endpoint of the path will be moved to the closest cell to the `target` that's inside the `NavMesh`.
 
-=== Character Movement
+== Character Movement
 
 .NavigationControl update() loop
 [source, java]