From ac0afa6aaa4fccef3c8e6ac9c46e54dfac78da8c Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:24:03 +0200 Subject: [PATCH] Recast: fix typo --- 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 0c11adf8..0326c9dd 100644 --- a/src/thirdparty/recast/Detour/Include/DetourNavMeshBuilder.h +++ b/src/thirdparty/recast/Detour/Include/DetourNavMeshBuilder.h @@ -200,7 +200,7 @@ struct dtTraverseTableCreateParams int navMeshType; ///< The navmesh type [_small, _extra_large]. ///< The user installed callback which is used to determine if an animType - /// an use this traverse link. + /// can use this traverse link. bool (*canTraverse)(const dtTraverseTableCreateParams* params, const dtLink* link, const int tableIndex); };