mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-03 17:38:27 +00:00
Update name of function parameter
This commit is contained in:
parent
9de3fecbec
commit
8aabfd5fbe
@ -31,9 +31,9 @@ impl fmt::Display for Shape {
|
||||
}
|
||||
|
||||
impl Operation for Shape {
|
||||
fn triangles(&self, triangles: &mut TriMesh) {
|
||||
fn triangles(&self, mesh: &mut TriMesh) {
|
||||
if let Some(op) = self.sequence.last() {
|
||||
op.triangles(triangles);
|
||||
op.triangles(mesh);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user