Skip to content

Commit

Permalink
Change default scale for force gizmo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jondolf committed Feb 17, 2024
1 parent 156e142 commit e02f753
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/plugins/debug/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,7 @@ pub enum ContactGizmoScale {

impl Default for ContactGizmoScale {
fn default() -> Self {
#[cfg(feature = "2d")]
{
Self::Scaled(0.025)
}
#[cfg(feature = "3d")]
{
Self::Scaled(0.25)
}
Self::Scaled(0.025)
}
}

Expand Down

0 comments on commit e02f753

Please sign in to comment.