diff options
author | jackpoz <giacomopoz@gmail.com> | 2014-06-21 00:00:54 +0200 |
---|---|---|
committer | jackpoz <giacomopoz@gmail.com> | 2014-06-25 22:04:06 +0200 |
commit | ed5e3fceed5721e88fcd22018c41df65626f6557 (patch) | |
tree | 3bc584d255c0d6ffb3a043be2c3aa299c4eb74cb /dep/recastnavigation/Recast/Source/RecastLayers.cpp | |
parent | ff257363383a4411c013879804512bbef272ba4c (diff) |
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.
Diffstat (limited to 'dep/recastnavigation/Recast/Source/RecastLayers.cpp')
-rw-r--r-- | dep/recastnavigation/Recast/Source/RecastLayers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. }; |