mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-16 08:09:53 +00:00
Removed unnecessary accessor for offMeshConCount
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user