Fix spurious Av move when clothing item worn or removed.

avinationmerge
Kitto Flora 2010-12-03 18:32:58 +00:00
parent b940925173
commit bf695cccba
1 changed files with 1 additions and 1 deletions

View File

@ -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