diff options
author | Kitto Flora | 2010-12-03 18:32:58 +0000 |
---|---|---|
committer | Kitto Flora | 2010-12-03 18:32:58 +0000 |
commit | bf695cccbabcc4c18ca26fac17922a1b79d25c33 (patch) | |
tree | bb0bc22fd09c10b6d5a4f91dfecd18c8279d0cbf /OpenSim/Region/Physics/ChOdePlugin/ODECharacter.cs | |
parent | Improve health reporting (diff) | |
download | opensim-SC_OLD-bf695cccbabcc4c18ca26fac17922a1b79d25c33.zip opensim-SC_OLD-bf695cccbabcc4c18ca26fac17922a1b79d25c33.tar.gz opensim-SC_OLD-bf695cccbabcc4c18ca26fac17922a1b79d25c33.tar.bz2 opensim-SC_OLD-bf695cccbabcc4c18ca26fac17922a1b79d25c33.tar.xz |
Fix spurious Av move when clothing item worn or removed.
Diffstat (limited to 'OpenSim/Region/Physics/ChOdePlugin/ODECharacter.cs')
-rw-r--r-- | OpenSim/Region/Physics/ChOdePlugin/ODECharacter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/ChOdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/ChOdePlugin/ODECharacter.cs index 505d455..93f9964 100644 --- a/OpenSim/Region/Physics/ChOdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/ChOdePlugin/ODECharacter.cs | |||
@@ -469,7 +469,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
469 | //m_log.Info("[SIZE]: " + CAPSULE_LENGTH.ToString()); | 469 | //m_log.Info("[SIZE]: " + CAPSULE_LENGTH.ToString()); |
470 | 470 | ||
471 | Velocity = Vector3.Zero; | 471 | Velocity = Vector3.Zero; |
472 | 472 | m_taintPosition = _position; // update the stale taint position | |
473 | _parent_scene.AddPhysicsActorTaint(this); | 473 | _parent_scene.AddPhysicsActorTaint(this); |
474 | } | 474 | } |
475 | else | 475 | else |