mirror of
https://github.com/hannobraun/Fornjot
synced 2025-07-24 19:06: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 {
|
impl Operation for Triangle {
|
||||||
fn triangles(&self, triangles: &mut TriMesh) {
|
fn triangles(&self, mesh: &mut TriMesh) {
|
||||||
triangles.triangles.push(self.clone())
|
mesh.triangles.push(self.clone())
|
||||||
}
|
}
|
||||||
|
|
||||||
fn children(&self) -> Vec<AnyOp> {
|
fn children(&self) -> Vec<AnyOp> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user