This commit is contained in:
Hanno Braun 2025-04-11 13:32:43 +02:00
parent fac08b794b
commit 210c560929

View File

@ -36,7 +36,7 @@ impl Sketch {
.copied()
.map(|segment| {
let point_local = match segment {
SketchSegment::Line { start: point_local } => point_local,
SketchSegment::Line { start } => start,
};
let point_global =