Remove errant comment

This commit is contained in:
Hanno Braun 2024-10-23 18:23:51 +02:00
parent a21f978080
commit 16c2adaa7b

View File

@ -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());
}
}