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

@@ -490,7 +490,7 @@ struct MeshProcess : dtTileCacheMeshProcess
params->offMeshConAreas = inputGeometry->getOffMeshConnectionAreas();
params->offMeshConFlags = inputGeometry->getOffMeshConnectionFlags();
params->offMeshConUserID = inputGeometry->getOffMeshConnectionId();
params->offMeshConCount = inputGeometry->getOffMeshConnectionCount();
params->offMeshConCount = inputGeometry->offMeshConCount;
}
}
};