mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 01:48:28 +00:00
Simplify
This commit is contained in:
parent
fac08b794b
commit
210c560929
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user