mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
fix for statistics
This commit is contained in:
parent
725f115756
commit
6593421802
2 changed files with 2 additions and 2 deletions
|
@ -224,7 +224,7 @@ public:
|
|||
|
||||
inline void draw_polygon(const ClipperLib::Polygon& p, unsigned lyr) {
|
||||
assert(lyr < m_layers_rst.size());
|
||||
m_layers_rst[lyr].first.draw(p);
|
||||
m_layers_rst[lyr].raster.draw(p);
|
||||
}
|
||||
|
||||
inline void begin_layer(unsigned lyr) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue