aboutsummaryrefslogtreecommitdiff
path: root/src/geometry/contact.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/geometry/contact.rs')
-rw-r--r--src/geometry/contact.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geometry/contact.rs b/src/geometry/contact.rs
index 1f50e43..d8f3632 100644
--- a/src/geometry/contact.rs
+++ b/src/geometry/contact.rs
@@ -15,7 +15,7 @@ bitflags::bitflags! {
pub struct SolverFlags: u32 {
/// The constraint solver will take this contact manifold into
/// account for force computation.
- const COMPUTE_FORCES = 0b01;
+ const COMPUTE_IMPULSES = 0b01;
}
}