mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-22 02:58:39 +00:00
Removed unnecessary accessor for offMeshConRads
This commit is contained in:
@@ -1208,7 +1208,7 @@ unsigned char* Sample_TileMesh::buildTileMesh(
|
||||
params.detailTris = detailPolyMesh->tris;
|
||||
params.detailTriCount = detailPolyMesh->ntris;
|
||||
params.offMeshConVerts = inputGeometry->getOffMeshConnectionVerts();
|
||||
params.offMeshConRad = inputGeometry->getOffMeshConnectionRads();
|
||||
params.offMeshConRad = inputGeometry->offMeshConRads;
|
||||
params.offMeshConDir = inputGeometry->offMeshConDirs;
|
||||
params.offMeshConAreas = inputGeometry->offMeshConAreas;
|
||||
params.offMeshConFlags = inputGeometry->offMeshConFlags;
|
||||
|
||||
Reference in New Issue
Block a user