1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-18 09:14:27 +00:00

Fixing EdgeGrid after recent refactoring.

This commit is contained in:
Vojtech Bubnik
2021-02-11 13:40:15 +01:00
parent bdd6685566
commit 92d0bc2cfd
2 changed files with 6 additions and 8 deletions
-1
View File
@@ -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; }