From 0ba3af8c50cd084f319ea64e926e7f7d2c3a573f Mon Sep 17 00:00:00 2001 From: capdevon Date: Tue, 20 Feb 2024 16:46:26 +0100 Subject: [PATCH] JmeCrowd: update javadoc --- .../java/com/jme3/recast4j/detour/crowd/JmeCrowd.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/jme3/recast4j/detour/crowd/JmeCrowd.java b/src/main/java/com/jme3/recast4j/detour/crowd/JmeCrowd.java index 8585aad..061c541 100644 --- a/src/main/java/com/jme3/recast4j/detour/crowd/JmeCrowd.java +++ b/src/main/java/com/jme3/recast4j/detour/crowd/JmeCrowd.java @@ -256,9 +256,9 @@ public boolean setMoveTarget(Vector3f targetPos) { } /** - * Submits a new move request for the specified agent.
- * This method is used when a new target is set.
- * The position will be constrained to the surface of the navigation mesh.
+ * Submits a new move request for the specified agent. + * This method is used when a new target is set. + * The position will be constrained to the surface of the navigation mesh. * The request will be processed during the next #update(). * * @param agent The agent @@ -277,7 +277,7 @@ public boolean setAgentTarget(CrowdAgent agent, Vector3f targetPos) { } /** - * Finds the closest point on NavMesh within specified range.
+ * Finds the closest point on NavMesh within specified range. * Submits a new move request for the specified agent. * * @param agent The agent