aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Physics/OdePlugin/ODEPrim.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
index 6da2296..50df745 100644
--- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
+++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
@@ -210,7 +210,7 @@ namespace OpenSim.Region.Physics.OdePlugin
210 // without this, if an avatar selects prim, they can walk right 210 // without this, if an avatar selects prim, they can walk right
211 // through it while it's selected 211 // through it while it's selected
212 212
213 if (m_isphysical || !value) 213 if ((m_isphysical && !_zeroFlag) || !value)
214 { 214 {
215 m_taintselected = value; 215 m_taintselected = value;
216 _parent_scene.AddPhysicsActorTaint(this); 216 _parent_scene.AddPhysicsActorTaint(this);