mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 21:58:03 -06:00
Fixing EdgeGrid after recent refactoring.
This commit is contained in:
parent
bdd6685566
commit
92d0bc2cfd
2 changed files with 6 additions and 8 deletions
|
@ -74,7 +74,6 @@ class Grid
|
|||
public:
|
||||
Grid() = default;
|
||||
Grid(const BoundingBox &bbox) : m_bbox(bbox) {}
|
||||
~Grid();
|
||||
|
||||
void set_bbox(const BoundingBox &bbox) { m_bbox = bbox; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue