mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-28 15:45:30 +00:00
Fix integration of XS containers
This commit is contained in:
@@ -38,7 +38,7 @@ Polyline::append(...)
|
||||
CODE:
|
||||
for (unsigned int i = 1; i < items; i++) {
|
||||
Point p;
|
||||
p.from_SV_check( ST(1) );
|
||||
p.from_SV_check( ST(i) );
|
||||
THIS->points.push_back(p);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user