diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdeScene.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdeScene.cs b/OpenSim/Region/Physics/OdePlugin/OdeScene.cs index 1d0c699..09bccf9 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdeScene.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdeScene.cs | |||
@@ -2793,9 +2793,6 @@ Console.WriteLine("AddPhysicsActorTaint to " + taintedprim.Name); | |||
2793 | { | 2793 | { |
2794 | foreach (PhysicsActor obj in _collisionEventPrim) | 2794 | foreach (PhysicsActor obj in _collisionEventPrim) |
2795 | { | 2795 | { |
2796 | if (obj == null) | ||
2797 | continue; | ||
2798 | |||
2799 | // m_log.DebugFormat("[PHYSICS]: Assessing {0} for collision events", obj.SOPName); | 2796 | // m_log.DebugFormat("[PHYSICS]: Assessing {0} for collision events", obj.SOPName); |
2800 | 2797 | ||
2801 | switch ((ActorTypes)obj.PhysicsActorType) | 2798 | switch ((ActorTypes)obj.PhysicsActorType) |