mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
Tools/MeshExtractor: Fixed it's build, still in pre-alpha
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user