From 6b86c9bc1bda0ae1e5fc83d2e9193e7aac2669bd Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Fri, 12 Jul 2024 21:40:16 +0200 Subject: [PATCH] Recast: fix comment --- src/thirdparty/recast/Detour/Include/DetourNavMeshBuilder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thirdparty/recast/Detour/Include/DetourNavMeshBuilder.h b/src/thirdparty/recast/Detour/Include/DetourNavMeshBuilder.h index cf243654..54651e38 100644 --- a/src/thirdparty/recast/Detour/Include/DetourNavMeshBuilder.h +++ b/src/thirdparty/recast/Detour/Include/DetourNavMeshBuilder.h @@ -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)