Skip to content

Commit

Permalink
Change default friction from 0.7 to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jondolf committed Aug 8, 2022
1 parent 86ce6e1 commit 54bdd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ impl Friction {

impl Default for Friction {
fn default() -> Self {
Self::new(0.7)
Self::new(0.3)
}
}

Expand Down

0 comments on commit 54bdd56

Please sign in to comment.