Fix typo in dtPoly member documentation (recastnavigation #649)

This commit is contained in:
ikpil 2023-07-25 15:30:36 +09:00
parent 27250908d7
commit f78b377d26
1 changed files with 2 additions and 5 deletions

View File

@ -43,11 +43,8 @@ namespace DotRecast.Detour
/** The number of vertices in the polygon. */ /** The number of vertices in the polygon. */
public int vertCount; public int vertCount;
/** /// The bit packed area id and polygon type.
* The bit packed area id and polygon type. /// @note Use the structure's set and get methods to access this value.
*
* @note Use the structure's set and get methods to access this value.
*/
public int areaAndtype; public int areaAndtype;
public DtPoly(int index, int maxVertsPerPoly) public DtPoly(int index, int maxVertsPerPoly)