mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-24 09:06:09 +00:00
Prepare for follow-on change
This commit is contained in:
parent
f1101c20d6
commit
1389be77ec
@ -15,7 +15,7 @@ impl Layer<Topology> {
|
||||
pub fn insert(
|
||||
&mut self,
|
||||
object: AnyObject<AboutToBeStored>,
|
||||
geometry: &Geometry,
|
||||
geometry: &mut Layer<Geometry>,
|
||||
validation: &mut Layer<Validation>,
|
||||
) {
|
||||
let mut events = Vec::new();
|
||||
|
@ -42,7 +42,7 @@ macro_rules! impl_insert {
|
||||
let object = (handle.clone(), self).into();
|
||||
core.layers.topology.insert(
|
||||
object,
|
||||
&core.layers.geometry,
|
||||
&mut core.layers.geometry,
|
||||
&mut core.layers.validation,
|
||||
);
|
||||
handle
|
||||
|
Loading…
Reference in New Issue
Block a user