From ed5e3fceed5721e88fcd22018c41df65626f6557 Mon Sep 17 00:00:00 2001 From: jackpoz Date: Sat, 21 Jun 2014 00:00:54 +0200 Subject: Core/MMAPs: Update recast Update recast to https://github.com/memononen/recastnavigation/commit/42b96b7306d39bb7680ddb0f89d480a8296c83ff Previous MMAPs might still work but it's recommended to re-extract them. --- dep/recastnavigation/Recast/Source/RecastLayers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dep/recastnavigation/Recast/Source/RecastLayers.cpp') diff --git a/dep/recastnavigation/Recast/Source/RecastLayers.cpp b/dep/recastnavigation/Recast/Source/RecastLayers.cpp index 204f72e8cb2..cb1a39f4bda 100644 --- a/dep/recastnavigation/Recast/Source/RecastLayers.cpp +++ b/dep/recastnavigation/Recast/Source/RecastLayers.cpp @@ -38,7 +38,7 @@ struct rcLayerRegion unsigned char layerId; // Layer ID unsigned char nlayers; // Layer count unsigned char nneis; // Neighbour count - unsigned char base; // Flag indicating if the region is hte base of merged regions. + unsigned char base; // Flag indicating if the region is the base of merged regions. }; -- cgit v1.2.3