Remove unused member in DefaultSupportTree
Also fix for loop that is copying int vector in each iteration
This commit is contained in:
parent
f72984f18e
commit
47a824d131
2 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue