فهرست منبع

Removed space.

mitm 8 سال پیش
والد
کامیت
264dcc6c20
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/docs/asciidoc/jme3/advanced/jme3_ai.adoc

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

@@ -721,7 +721,6 @@ if (getWayPosition() != null) {
 }
 ----
 
-
 If it's greater than the distance specified, it will `setViewDirection()` of the `PCControl` (which extends BetterCharacterControl) and then notify the `PCControl` that the spatial can move by calling the controls `onAction()` method directly.
 
 [source, java]