diff options
author | Sebastian Valle <s.v.h21@hotmail.com> | 2013-09-27 15:09:24 -0500 |
---|---|---|
committer | Sebastian Valle <s.v.h21@hotmail.com> | 2013-09-27 15:09:24 -0500 |
commit | da60e515f058bad5cf25a9fc2502843ee7e2a367 (patch) | |
tree | 8c656c457cb6438d4c5195395c075d531a0b88b2 | |
parent | 895a23df119d2cb6c7110752af6f81ccd1e5f1bb (diff) |
Tools/MeshExtractor: Fixed it's build, still in pre-alpha
-rw-r--r-- | src/tools/mesh_extractor/TileBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/mesh_extractor/TileBuilder.cpp b/src/tools/mesh_extractor/TileBuilder.cpp index 9bb9b11619f..c52c4a04fc4 100644 --- a/src/tools/mesh_extractor/TileBuilder.cpp +++ b/src/tools/mesh_extractor/TileBuilder.cpp @@ -266,7 +266,7 @@ uint8* TileBuilder::Build(bool dbg, dtNavMeshParams& navMeshParams) // Offmesh-connection settings params.offMeshConCount = 0; // none for now - params.tileSize = Constants::VertexPerMap; + //params.tileSize = Constants::VertexPerMap; if (!params.polyCount || !params.polys || Constants::TilesPerMap * Constants::TilesPerMap == params.polyCount) { |