diff --git a/common/systems/src/phys.rs b/common/systems/src/phys.rs index 4d73748e27..6a53083b25 100644 --- a/common/systems/src/phys.rs +++ b/common/systems/src/phys.rs @@ -1209,7 +1209,7 @@ impl<'a> PhysicsData<'a> { entity, Vel(previous_cache_other.ori * vel.0 + vel_other), - surface_normal, + previous_cache_other.ori * surface_normal, )); }, read,