Small refactoring

This commit is contained in:
enricoturri1966 2020-09-14 09:18:20 +02:00
parent 6434f54b74
commit 349dd60940
2 changed files with 11 additions and 11 deletions

View file

@ -375,7 +375,7 @@ public:
private:
unsigned int m_last_result_id{ 0 };
size_t m_vertices_count{ 0 };
size_t m_moves_count{ 0 };
mutable std::vector<TBuffer> m_buffers{ static_cast<size_t>(EMoveType::Extrude) };
// bounding box of toolpaths
BoundingBoxf3 m_paths_bounding_box;