mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Recast: fix comment
This commit is contained in:
parent
c04aa735ff
commit
6b86c9bc1b
@ -37,7 +37,7 @@ struct dtNavMeshCreateParams
|
|||||||
const unsigned short* polyFlags; ///< The user defined flags assigned to each polygon. [Size: #polyCount]
|
const unsigned short* polyFlags; ///< The user defined flags assigned to each polygon. [Size: #polyCount]
|
||||||
const unsigned char* polyAreas; ///< The user defined area ids assigned to each polygon. [Size: #polyCount]
|
const unsigned char* polyAreas; ///< The user defined area ids assigned to each polygon. [Size: #polyCount]
|
||||||
int polyCount; ///< Number of polygons in the mesh. [Limit: >= 1]
|
int polyCount; ///< Number of polygons in the mesh. [Limit: >= 1]
|
||||||
int nvp; ///< Number maximum number of vertices per polygon. [Limit: >= 3]
|
int nvp; ///< Maximum number of vertices per polygon. [Limit: >= 3]
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
/// @name Height Detail Attributes (Optional)
|
/// @name Height Detail Attributes (Optional)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user