mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-16 08:09:53 +00:00
Removed unnecessary accessor for volumeCount
This commit is contained in:
@@ -671,7 +671,7 @@ int Sample_TempObstacles::rasterizeTileLayers(
|
||||
|
||||
// (Optional) Mark areas.
|
||||
const ConvexVolume* vols = 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