mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-07 11:28:28 +00:00
Update variable name
This commit is contained in:
parent
d559b1489c
commit
c730109490
@ -46,11 +46,11 @@ pub struct Layers {
|
||||
impl Layers {
|
||||
/// Construct an instance of `Layers`
|
||||
pub fn new() -> Self {
|
||||
let objects = Topology::new();
|
||||
let geometry = Geometry::new(&objects);
|
||||
let topology = Topology::new();
|
||||
let geometry = Geometry::new(&topology);
|
||||
|
||||
Self {
|
||||
topology: Layer::new(objects),
|
||||
topology: Layer::new(topology),
|
||||
geometry: Layer::new(geometry),
|
||||
validation: Layer::default(),
|
||||
presentation: Layer::default(),
|
||||
|
Loading…
Reference in New Issue
Block a user