Removed unnecessary accessor for offMeshConCount

This commit is contained in:
Graham Pentheny
2025-08-05 16:00:21 -04:00
parent c403a39cb0
commit a1f2d3df09
5 changed files with 6 additions and 5 deletions

View File

@@ -1213,7 +1213,7 @@ unsigned char* Sample_TileMesh::buildTileMesh(
params.offMeshConAreas = inputGeometry->getOffMeshConnectionAreas();
params.offMeshConFlags = inputGeometry->getOffMeshConnectionFlags();
params.offMeshConUserID = inputGeometry->getOffMeshConnectionId();
params.offMeshConCount = inputGeometry->getOffMeshConnectionCount();
params.offMeshConCount = inputGeometry->offMeshConCount;
params.walkableHeight = agentHeight;
params.walkableRadius = agentRadius;
params.walkableClimb = agentMaxClimb;