Skip to content

Commit 5e57be3

Browse files
committed
cleaning up
1 parent 137e74a commit 5e57be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geometry/contact_pair.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ pub struct SolverContactGeneric<N: SimdRealCopy, const LANES: usize> {
394394
/// This isn’t a bool for optimizations purpose with SIMD.
395395
pub is_new: N, // 1/1
396396
/// The index of the manifold contact used to generate this solver contact.
397-
pub contact_id: [u32; LANES], // 1/1
397+
pub(crate) contact_id: [u32; LANES], // 1/1
398398
#[cfg(feature = "dim3")]
399399
pub(crate) padding: [N; 1],
400400
}

0 commit comments

Comments
 (0)