You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting a crash on this linein epa3 around line 313 i believe:
let mut best_face_id = *self.heap.peek().unwrap();
I dont know what is causing it in my instance yet but why is this an unwrap? seems unsafe.
thread 'Compute Task Pool (2)' panicked at /home/andy/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parry3d-0.15.1/src/query/epa/epa3.rs:313:50:
called `Option::unwrap()` on a `None` value
The text was updated successfully, but these errors were encountered:
Getting a crash on this linein epa3 around line 313 i believe:
let mut best_face_id = *self.heap.peek().unwrap();
I dont know what is causing it in my instance yet but why is this an unwrap? seems unsafe.
The text was updated successfully, but these errors were encountered: