akuukka / quickhull

C++ implementation of the 3D QuickHull algorithm
265 stars 51 forks source link

fix an invalid const reference #4

Closed jglaser closed 7 years ago

jglaser commented 7 years ago

This fixes a segfault where the faceData object gets destroyed after a std::vector::pop_back()

The unit tests still pass.