add the missing box

This commit is contained in:
Maxime Gimeno 2019-10-02 09:35:41 +02:00
parent c18ad651d6
commit e42c87b54f
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ public:
, own_tree(false)
{
tree_built = false;
box = tree.bbox();
}
~Side_of_triangle_mesh()