From 7548333b55253b3ff79da2d3f0be5d6858aabaa0 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 13 Sep 2011 16:54:01 +0000 Subject: Fix typo in own commit for raycast library --- extern/recastnavigation/Detour/Include/DetourTileNavMesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extern/recastnavigation') diff --git a/extern/recastnavigation/Detour/Include/DetourTileNavMesh.h b/extern/recastnavigation/Detour/Include/DetourTileNavMesh.h index 305c61e5eb5..50ccdd118e8 100644 --- a/extern/recastnavigation/Detour/Include/DetourTileNavMesh.h +++ b/extern/recastnavigation/Detour/Include/DetourTileNavMesh.h @@ -36,7 +36,7 @@ static const int DT_TILE_VERTS_PER_POLYGON = 6; static const int DT_MAX_TILES = 1 << DT_TILE_REF_TILE_BITS; static const int DT_MAX_POLYGONS = 1 << DT_TILE_REF_POLY_BITS; -static const int DT_TILE_NAVMESH_MAGIC = (('N'<<24) | ('A'<<16) | ('V'<<8) | 'M'); +static const int DT_TILE_NAVMESH_MAGIC = (('N'<<24) | ('A'<<16) | ('V'<<8) | 'T'); static const int DT_TILE_NAVMESH_VERSION = 2; // Structure holding the navigation polygon data. -- cgit v1.2.3