Removed unnecessary accessor for volumeCount

This commit is contained in:
Graham Pentheny
2025-08-05 16:13:32 -04:00
parent 05d37a0b9a
commit 7d4601b314
5 changed files with 6 additions and 13 deletions

View File

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