Skip to content
Snippets Groups Projects
Commit fd32f1be authored by Tom Fischer's avatar Tom Fischer
Browse files

Removing the AABB object in destructor.

parent 26df4478
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ Surface::~Surface ()
{
for (std::size_t k(0); k < _sfc_triangles.size(); k++)
delete _sfc_triangles[k];
delete _bv;
}
void Surface::addTriangle (std::size_t pnt_a, std::size_t pnt_b, std::size_t pnt_c)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment