diff options
Diffstat (limited to 'src/dynamics/ccd')
| -rw-r--r-- | src/dynamics/ccd/toi_entry.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dynamics/ccd/toi_entry.rs b/src/dynamics/ccd/toi_entry.rs index 426cbb1..82b4532 100644 --- a/src/dynamics/ccd/toi_entry.rs +++ b/src/dynamics/ccd/toi_entry.rs @@ -13,7 +13,6 @@ pub struct TOIEntry { // We call this "pseudo" intersection because this also // includes colliders pairs with mismatching solver_groups. pub is_pseudo_intersection_test: bool, - pub timestamp: usize, } impl TOIEntry { @@ -24,7 +23,6 @@ impl TOIEntry { c2: ColliderHandle, b2: Option<RigidBodyHandle>, is_pseudo_intersection_test: bool, - timestamp: usize, ) -> Self { Self { toi, @@ -33,7 +31,6 @@ impl TOIEntry { c2, b2, is_pseudo_intersection_test, - timestamp, } } @@ -149,7 +146,6 @@ impl TOIEntry { ch2, co2.parent.map(|p| p.handle), is_pseudo_intersection_test, - 0, )) } |
