mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-07 03:18:30 +00:00
Fix name of variable
This commit is contained in:
parent
1e8bbb9bb8
commit
6debe7279f
@ -25,11 +25,11 @@ impl Layer<Topology> {
|
|||||||
);
|
);
|
||||||
|
|
||||||
for event in events {
|
for event in events {
|
||||||
let event = ValidateObject {
|
let command = ValidateObject {
|
||||||
object: event.object.into(),
|
object: event.object.into(),
|
||||||
geometry,
|
geometry,
|
||||||
};
|
};
|
||||||
validation.process_command(event);
|
validation.process_command(command);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user