mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
Fixed compiler warnings
This commit is contained in:
parent
0d70a2be69
commit
d291bb397b
4 changed files with 4 additions and 5 deletions
|
@ -202,8 +202,6 @@ public:
|
|||
vertices_and_normals_interleaved_size = 0;
|
||||
triangle_indices_size = 0;
|
||||
quad_indices_size = 0;
|
||||
static const float min = std::numeric_limits<float>::lowest();
|
||||
static const float max = std::numeric_limits<float>::max();
|
||||
m_bounding_box.setEmpty();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue