Skip to content

Commit

Permalink
NavMeshModifier: update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
capdevon committed Feb 20, 2024
1 parent 0ba3af8 commit 843548a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/jme3/recast4j/geom/NavMeshModifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ public class NavMeshModifier {
public final AreaModification area;

/**
* Creates a new instance of {@code NavMeshModifier}.
*
* @param sourceObj Geometry to modify.
* @param areaMod AreaModification to set.
* @param area AreaModification to set.
*/
public NavMeshModifier(Geometry sourceObj, AreaModification area) {
this.sourceObj = sourceObj;
Expand Down

0 comments on commit 843548a

Please sign in to comment.