Преглед на файлове

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]