mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-04 18:10:40 +08:00
nullptr is now default value
This commit is contained in:
parent
c97553e28a
commit
3fedb9b37f
@ -625,7 +625,7 @@ ModelObject::raw_mesh() const
|
||||
TriangleMesh mesh;
|
||||
for (ModelVolumePtrs::const_iterator v = this->volumes.begin(); v != this->volumes.end(); ++v) {
|
||||
if ((*v)->modifier) continue;
|
||||
mesh.merge((*v)->get_transformed_mesh(nullptr));
|
||||
mesh.merge((*v)->get_transformed_mesh());
|
||||
}
|
||||
return mesh;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user