mirror of
https://github.com/hannobraun/Fornjot
synced 2025-07-06 01:56:07 +00:00
Update name of function parameter
This commit is contained in:
parent
77bb1a8f17
commit
39b427b2aa
@ -27,8 +27,8 @@ impl fmt::Display for Triangle {
|
||||
}
|
||||
|
||||
impl Operation for Triangle {
|
||||
fn triangles(&self, triangles: &mut TriMesh) {
|
||||
triangles.triangles.push(self.clone())
|
||||
fn triangles(&self, mesh: &mut TriMesh) {
|
||||
mesh.triangles.push(self.clone())
|
||||
}
|
||||
|
||||
fn children(&self) -> Vec<AnyOp> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user