Recast: fix comment

This commit is contained in:
Kawe Mazidjatari 2024-07-12 21:40:16 +02:00
parent c04aa735ff
commit 6b86c9bc1b

View File

@ -37,7 +37,7 @@ struct dtNavMeshCreateParams
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]
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)