1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From ee39124e5f6cb23086b4aa9eebd18454c7342f4f Mon Sep 17 00:00:00 2001
From: HelloKitty <andrew.blakely@ymail.com>
Date: Mon, 24 Jul 2023 22:11:46 -0500
Subject: [PATCH 07/36] Fix typo in dtPoly member documentation (#649)
---
Detour/Include/DetourNavMesh.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Detour/Include/DetourNavMesh.h b/Detour/Include/DetourNavMesh.h
index 4c1277d..e227fe4 100644
--- a/Detour/Include/DetourNavMesh.h
+++ b/Detour/Include/DetourNavMesh.h
@@ -171,7 +171,7 @@ struct dtPoly
unsigned char vertCount;
/// The bit packed area id and polygon type.
- /// @note Use the structure's set and get methods to acess this value.
+ /// @note Use the structure's set and get methods to access this value.
unsigned char areaAndtype;
/// Sets the user defined area id. [Limit: < #DT_MAX_AREAS]
--
2.43.0
|