diff options
Diffstat (limited to 'servers/physics/body_pair_sw.h')
-rw-r--r-- | servers/physics/body_pair_sw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/servers/physics/body_pair_sw.h b/servers/physics/body_pair_sw.h index ad66227b36..937c295c63 100644 --- a/servers/physics/body_pair_sw.h +++ b/servers/physics/body_pair_sw.h @@ -61,6 +61,7 @@ class BodyPairSW : public ConstraintSW { real_t acc_bias_impulse; // accumulated normal impulse for position bias (Pnb) real_t mass_normal; real_t bias; + real_t bounce; real_t depth; bool active; |