diff --git a/Polyhedron/demo/Polyhedron/include/Point_set_3.h b/Polyhedron/demo/Polyhedron/include/Point_set_3.h index 4f992825396..7afa0c01877 100644 --- a/Polyhedron/demo/Polyhedron/include/Point_set_3.h +++ b/Polyhedron/demo/Polyhedron/include/Point_set_3.h @@ -138,10 +138,7 @@ public: void reset_indices() { - unselect_all(); - - for (std::size_t i = 0; i < this->m_base.size(); ++ i) - this->m_indices[i] = i; + this->cancel_removal(); } bool add_radius()