diff options
Diffstat (limited to 'OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs')
-rw-r--r-- | OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs b/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs index 7ad5e3d..267fc5b 100644 --- a/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs +++ b/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs | |||
@@ -1603,7 +1603,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1603 | } | 1603 | } |
1604 | else | 1604 | else |
1605 | { | 1605 | { |
1606 | Vector3 a = _velocity; // previus velocity | 1606 | Vector3 a = _velocity; // previous velocity |
1607 | SetSmooth(ref _velocity,ref vel,2); | 1607 | SetSmooth(ref _velocity,ref vel,2); |
1608 | a = (_velocity - a) * invtimeStep; | 1608 | a = (_velocity - a) * invtimeStep; |
1609 | SetSmooth(ref _acceleration,ref a,2); | 1609 | SetSmooth(ref _acceleration,ref a,2); |