Prepare for follow-on change

This commit is contained in:
Hanno Braun 2024-06-14 21:06:31 +02:00
parent e4a92448fa
commit 44ea7fd318

View File

@ -21,6 +21,6 @@ impl TransformObject for Cycle {
.transform_with_cache(transform, core, cache)
});
Self::new(half_edges)
Cycle::new(half_edges)
}
}