mirror of
https://github.com/hannobraun/Fornjot
synced 2025-09-06 09:26:43 +00:00
Refactor to prepare for follow-on change
This commit is contained in:
parent
2ac09330ce
commit
b0e6b676f5
@ -31,9 +31,8 @@ impl CurveGeom {
|
||||
path: SurfacePath,
|
||||
surface: Handle<Surface>,
|
||||
) -> Self {
|
||||
Self {
|
||||
definitions: vec![LocalCurveGeom { path, surface }],
|
||||
}
|
||||
let definitions = vec![LocalCurveGeom { path, surface }];
|
||||
Self { definitions }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user