Skip to content

Commit 0c79763

Browse files
committed
Updated to build against changes to vsg::PolytopeIntersector::Intersection.
1 parent 7897f81 commit 0c79763

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/utils/vsgintersection/vsgintersection.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,9 @@ class IntersectionHandler : public vsg::Inherit<vsg::Visitor, IntersectionHandle
223223
std::cout << array << " ";
224224
}
225225
std::cout << "] [";
226-
for (auto& ir : intersection->indexRatios)
226+
for (auto& index : intersection->indices)
227227
{
228-
std::cout << "{" << ir.index << ", " << ir.ratio << "} ";
228+
std::cout << index<<" ";
229229
}
230230
std::cout << "]";
231231

0 commit comments

Comments
 (0)