Skip to content

Commit

Permalink
Add Debug to LockedAxes (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
brutusmcforce authored May 20, 2024
1 parent 558cf16 commit 0f3ec51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynamics/rigid_body.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ impl MassProperties {
}
}

#[derive(Default, Component, Reflect, Copy, Clone, Ord, PartialOrd, Eq, PartialEq, Hash)]
#[derive(Default, Debug, Component, Reflect, Copy, Clone, Ord, PartialOrd, Eq, PartialEq, Hash)]
#[reflect(Component, PartialEq)]
/// Flags affecting the behavior of the constraints solver for a given contact manifold.
pub struct LockedAxes(u8);
Expand Down

0 comments on commit 0f3ec51

Please sign in to comment.