diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index bee96d1..8b68102 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -2083,10 +2083,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
2083 | public void PhysicsCollision(EventArgs e) | 2083 | public void PhysicsCollision(EventArgs e) |
2084 | { | 2084 | { |
2085 | // single threaded here | 2085 | // single threaded here |
2086 | if (e == null) | ||
2087 | { | ||
2088 | return; | ||
2089 | } | ||
2090 | 2086 | ||
2091 | CollisionEventUpdate a = (CollisionEventUpdate)e; | 2087 | CollisionEventUpdate a = (CollisionEventUpdate)e; |
2092 | Dictionary<uint, ContactPoint> collissionswith = a.m_objCollisionList; | 2088 | Dictionary<uint, ContactPoint> collissionswith = a.m_objCollisionList; |