mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-11 17:29:01 +08:00
std::move here inhibits copy elison, remove.
This commit is contained in:
parent
510ba4eda4
commit
c2aa7e7b3b
@ -462,7 +462,7 @@ Pointf3s TriangleMesh::normals() const
|
||||
} else {
|
||||
Slic3r::Log::warn("TriangleMesh", "normals() requires repair()");
|
||||
}
|
||||
return std::move(tmp);
|
||||
return tmp;
|
||||
}
|
||||
|
||||
Pointf3 TriangleMesh::size() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user