Fix MMAPS Generation

This commit is contained in:
mik1893
2016-06-26 12:51:33 +01:00
parent d8b67c27cc
commit 0c102b79de

View File

@@ -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.