mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 02:18:28 +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 {
|
||||
let event = ValidateObject {
|
||||
let command = ValidateObject {
|
||||
object: event.object.into(),
|
||||
geometry,
|
||||
};
|
||||
validation.process_command(event);
|
||||
validation.process_command(command);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user