summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dep/recastnavigation/Detour/DetourNavMeshBuilder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dep/recastnavigation/Detour/DetourNavMeshBuilder.h b/dep/recastnavigation/Detour/DetourNavMeshBuilder.h
index 8d8ef2e654..aa802d71cb 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.