Use new method

This commit is contained in:
Simon Giraudot 2018-08-14 14:30:47 +02:00
parent 6a016e4c27
commit 6af4189b64
1 changed files with 1 additions and 4 deletions

View File

@ -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()