From bf695cccbabcc4c18ca26fac17922a1b79d25c33 Mon Sep 17 00:00:00 2001 From: Kitto Flora Date: Fri, 3 Dec 2010 18:32:58 +0000 Subject: Fix spurious Av move when clothing item worn or removed. --- OpenSim/Region/Physics/ChOdePlugin/ODECharacter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region') 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 //m_log.Info("[SIZE]: " + CAPSULE_LENGTH.ToString()); Velocity = Vector3.Zero; - + m_taintPosition = _position; // update the stale taint position _parent_scene.AddPhysicsActorTaint(this); } else -- cgit v1.1