mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Fixing debug build broken after recent merge
This commit is contained in:
@@ -2670,7 +2670,7 @@ void PrintObject::project_and_append_custom_supports(
|
||||
|
||||
void add(const Vec2f& pt) {
|
||||
pts.emplace_back(scale_(pt.x()), scale_(pt.y()));
|
||||
assert(pts.size <= 5);
|
||||
assert(pts.size() <= 5);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user