mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-03 17:38:27 +00:00
Remove errant comment
This commit is contained in:
parent
a21f978080
commit
16c2adaa7b
@ -161,8 +161,6 @@ impl Command<Geometry> for DefineCurve2 {
|
||||
|
||||
impl Event<Geometry> for DefineCurve2 {
|
||||
fn evolve(&self, state: &mut Geometry) {
|
||||
// TASK: This can't work, as designed. I need to clone the geometry
|
||||
// here, but I can't just clone a `Box`.
|
||||
state.define_curve_inner_2(self.curve.clone(), self.geometry.clone());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user