mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-16 16:19:55 +00:00
Removed unnecessary accessor for volumeCount
This commit is contained in:
@@ -1029,7 +1029,7 @@ unsigned char* Sample_TileMesh::buildTileMesh(
|
||||
|
||||
// (Optional) Mark areas.
|
||||
const ConvexVolume* convexVolumes = inputGeometry->getConvexVolumes();
|
||||
for (int i = 0; i < inputGeometry->getConvexVolumeCount(); ++i)
|
||||
for (int i = 0; i < inputGeometry->volumeCount; ++i)
|
||||
{
|
||||
rcMarkConvexPolyArea(
|
||||
buildContext,
|
||||
|
||||
Reference in New Issue
Block a user