Implement Clone for everything that can be cloned.
This commit is contained in:
@@ -75,6 +75,7 @@ impl BodyPair {
|
||||
}
|
||||
|
||||
#[cfg_attr(feature = "serde-serialize", derive(Serialize, Deserialize))]
|
||||
#[derive(Clone)]
|
||||
/// A set of rigid bodies that can be handled by a physics pipeline.
|
||||
pub struct RigidBodySet {
|
||||
// NOTE: the pub(crate) are needed by the broad phase
|
||||
|
||||
Reference in New Issue
Block a user