forked from bit/DotRecastNetSim
Fix typo in dtPoly member documentation (recastnavigation #649)
This commit is contained in:
parent
27250908d7
commit
f78b377d26
|
@ -43,11 +43,8 @@ namespace DotRecast.Detour
|
|||
/** The number of vertices in the polygon. */
|
||||
public int vertCount;
|
||||
|
||||
/**
|
||||
* The bit packed area id and polygon type.
|
||||
*
|
||||
* @note Use the structure's set and get methods to access this value.
|
||||
*/
|
||||
/// The bit packed area id and polygon type.
|
||||
/// @note Use the structure's set and get methods to access this value.
|
||||
public int areaAndtype;
|
||||
|
||||
public DtPoly(int index, int maxVertsPerPoly)
|
||||
|
|
Loading…
Reference in New Issue