Remove unused member in DefaultSupportTree

Also fix for loop that is copying int vector in each iteration
This commit is contained in:
tamasmeszaros 2023-01-09 15:23:55 +01:00
parent f72984f18e
commit 47a824d131
2 changed files with 1 additions and 3 deletions

View file

@ -62,7 +62,6 @@ class DefaultSupportTree {
PtIndices m_iheads; // support points with pinhead
PtIndices m_iheads_onmodel;
PtIndices m_iheadless; // headless support points
std::map<unsigned, AABBMesh::hit_result> m_head_to_ground_scans;