Skip to content

Commit

Permalink
Remove obsolete TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
wlinna committed Sep 18, 2024
1 parent d2a3ad0 commit f53750c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/parry3d/tests/geometry/epa3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ fn triangle_vertex_touches_triangle_edge_epa() {
Point3::new(-2.349647, 1.0, 11.037681),
);

// TODO: Check the return-value of the function once
// it the function's correctness issue have been taken care of
// Right now we just want it not to crash
let gjk_result = query::details::contact_support_map_support_map_with_params(
&Isometry3::identity(),
&mesh1,
Expand Down

0 comments on commit f53750c

Please sign in to comment.