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
2dd2e95929
commit
b3f9745f56
@ -128,8 +128,8 @@ impl fmt::Display for OperationView {
|
||||
}
|
||||
|
||||
impl Operation for OperationView {
|
||||
fn triangles(&self, triangles: &mut TriMesh) {
|
||||
self.operation.triangles(triangles);
|
||||
fn triangles(&self, mesh: &mut TriMesh) {
|
||||
self.operation.triangles(mesh);
|
||||
}
|
||||
|
||||
fn children(&self) -> Vec<AnyOp> {
|
||||
|
Loading…
Reference in New Issue
Block a user