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