diff options
Diffstat (limited to 'src/geometry/contact.rs')
| -rw-r--r-- | src/geometry/contact.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/geometry/contact.rs b/src/geometry/contact.rs index 53e9064..a4a176e 100644 --- a/src/geometry/contact.rs +++ b/src/geometry/contact.rs @@ -172,6 +172,7 @@ impl Contact { } #[cfg_attr(feature = "serde-serialize", derive(Serialize, Deserialize))] +#[derive(Clone)] /// The description of all the contacts between a pair of colliders. pub struct ContactPair { /// The pair of colliders involved. |
