Revision: 40188
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40188
Author: nazgul
Date: 2011-09-13 16:54:01 +0000 (Tue, 13 Sep 2011)
Log Message:
-----------
Fix typo in own commit for raycast library
Modified Paths:
--------------
trunk/blender/extern/recastnavigation/Detour/Include/DetourTileNavMesh.h
Modified:
trunk/blender/extern/recastnavigation/Detour/Include/DetourTileNavMesh.h
===================================================================
--- trunk/blender/extern/recastnavigation/Detour/Include/DetourTileNavMesh.h
2011-09-13 16:52:42 UTC (rev 40187)
+++ trunk/blender/extern/recastnavigation/Detour/Include/DetourTileNavMesh.h
2011-09-13 16:54:01 UTC (rev 40188)
@@ -36,7 +36,7 @@
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.
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs