Removed unnecessary accessor for offMeshConRads

This commit is contained in:
Graham Pentheny
2025-08-05 16:09:32 -04:00
parent 8baf492587
commit 40c001593c
4 changed files with 3 additions and 4 deletions

View File

@@ -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;