mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 12:17:54 -06:00
Fixed a typo in TriangleSelector.cpp (probably not causing any bug, just a warning)
This commit is contained in:
parent
e664100bf6
commit
2cb3754af4
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ TriangleSelector::TriangleSelector(const TriangleMesh& mesh)
|
||||||
|
|
||||||
void TriangleSelector::reset()
|
void TriangleSelector::reset()
|
||||||
{
|
{
|
||||||
if (! m_orig_size_indices != 0) // unless this is run from constructor
|
if (m_orig_size_indices != 0) // unless this is run from constructor
|
||||||
garbage_collect();
|
garbage_collect();
|
||||||
m_vertices.clear();
|
m_vertices.clear();
|
||||||
m_triangles.clear();
|
m_triangles.clear();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue