Prepare for follow-on change

This commit is contained in:
Hanno Braun 2025-02-17 21:56:17 +01:00
parent eb26d50ee9
commit 16b6aa1c76

View File

@ -48,7 +48,7 @@ impl Operation for Sweep {
}
fn tri_mesh(&self) -> TriMesh {
self.output.tri_mesh()
self.output().tri_mesh()
}
fn children(&self) -> Vec<HandleAny> {