Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/recastnavigation/Detour/Include/DetourStatNavMesh.h')
-rw-r--r--extern/recastnavigation/Detour/Include/DetourStatNavMesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/recastnavigation/Detour/Include/DetourStatNavMesh.h b/extern/recastnavigation/Detour/Include/DetourStatNavMesh.h
index 71ee4cb0b51..5a3e04a2074 100644
--- a/extern/recastnavigation/Detour/Include/DetourStatNavMesh.h
+++ b/extern/recastnavigation/Detour/Include/DetourStatNavMesh.h
@@ -42,7 +42,7 @@ struct dtStatPolyDetail
unsigned short ntris; // Number of triangles.
};
-const int DT_STAT_NAVMESH_MAGIC = 'NAVM';
+const int DT_STAT_NAVMESH_MAGIC = (('N'<<24) | ('A'<<16) | ('V'<<8) | 'M');
const int DT_STAT_NAVMESH_VERSION = 3;
struct dtStatBVNode