From 0c102b79de0bbf3a56eece9df66e8b937a15375e Mon Sep 17 00:00:00 2001 From: mik1893 Date: Sun, 26 Jun 2016 12:51:33 +0100 Subject: [PATCH] Fix MMAPS Generation --- dep/recastnavigation/Detour/DetourNavMeshBuilder.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dep/recastnavigation/Detour/DetourNavMeshBuilder.h b/dep/recastnavigation/Detour/DetourNavMeshBuilder.h index 8d8ef2e65..aa802d71c 100644 --- a/dep/recastnavigation/Detour/DetourNavMeshBuilder.h +++ b/dep/recastnavigation/Detour/DetourNavMeshBuilder.h @@ -60,6 +60,8 @@ struct dtNavMeshCreateParams float cs; // Cell size (xz) (wu). float ch; // Cell height (y) (wu). int tileSize; // Tile size (width & height) (vx). + int tileLayer; + bool buildBvTree; }; // Build navmesh data from given input data.