mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-12 10:15:51 +00:00
Update panic message
This commit is contained in:
parent
c6df4c9d18
commit
93bac19946
@ -302,9 +302,7 @@ impl ShellValidationError {
|
||||
let curve = HandleWrapper::from(edge.curve().clone());
|
||||
let bounding_vertices = cycle
|
||||
.bounding_vertices_of_edge(edge)
|
||||
.expect(
|
||||
"Cycle should provide bounds of its own half-edge",
|
||||
)
|
||||
.expect("Cycle should provide bounds of its own edge")
|
||||
.normalize();
|
||||
|
||||
let edge = (curve, bounding_vertices);
|
||||
|
Loading…
Reference in New Issue
Block a user