From abaab38d9da6ae1747c42633bf645ca55588afa5 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Tue, 29 Aug 2023 00:33:48 +0200 Subject: [PATCH] Rename dtOffMeshConnection field CAI_Navigator::m_traverseRefYaw gets set to this field. --- r5dev/thirdparty/recast/Detour/Include/DetourNavMesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/thirdparty/recast/Detour/Include/DetourNavMesh.h b/r5dev/thirdparty/recast/Detour/Include/DetourNavMesh.h index 6196700b..ee4bae81 100644 --- a/r5dev/thirdparty/recast/Detour/Include/DetourNavMesh.h +++ b/r5dev/thirdparty/recast/Detour/Include/DetourNavMesh.h @@ -253,7 +253,7 @@ struct dtOffMeshConnection unsigned int userId; float unk[3]; - float another_unk; + float traverseYaw; }; /// Provides high level information related to a dtMeshTile object.