mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 12:47:50 -06:00
getting rid of strerror problem
This commit is contained in:
parent
9c2d9b2ba3
commit
2eddacfb7e
3 changed files with 19 additions and 18 deletions
|
@ -1342,7 +1342,7 @@ public:
|
|||
inline unsigned layers() const { return layers_rst_.size(); }
|
||||
|
||||
inline void drawPolygon(const ExPolygon& p, unsigned lyr) {
|
||||
assert(lyr_id < layers_rst_.size());
|
||||
assert(lyr < layers_rst_.size());
|
||||
layers_rst_[lyr].first.draw(p);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue