derived Debug for ColliderBuilder

This commit is contained in:
whatf0xx
2024-02-11 16:28:58 +01:00
parent da92e5c283
commit fe336b9b98
2 changed files with 2 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ impl Default for ColliderBroadPhaseData {
/// The shape of a collider.
pub type ColliderShape = SharedShape;
#[derive(Clone, PartialEq)]
#[derive(Clone, PartialEq, Debug)]
#[cfg_attr(feature = "serde-serialize", derive(Serialize, Deserialize))]
/// The mass-properties of a collider.
pub enum ColliderMassProps {