Skip to content

Commit

Permalink
JmeCrowd: update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
capdevon committed Feb 20, 2024
1 parent b2bff94 commit 0ba3af8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/com/jme3/recast4j/detour/crowd/JmeCrowd.java
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,9 @@ public boolean setMoveTarget(Vector3f targetPos) {
}

/**
* Submits a new move request for the specified agent.<br/>
* This method is used when a new target is set.<br/>
* The position will be constrained to the surface of the navigation mesh.<br/>
* 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
Expand All @@ -277,7 +277,7 @@ public boolean setAgentTarget(CrowdAgent agent, Vector3f targetPos) {
}

/**
* Finds the closest point on NavMesh within specified range.<br/>
* Finds the closest point on NavMesh within specified range.
* Submits a new move request for the specified agent.
*
* @param agent The agent
Expand Down

0 comments on commit 0ba3af8

Please sign in to comment.