aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs b/OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs
index 2206505..85170d9 100644
--- a/OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs
+++ b/OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs
@@ -644,7 +644,6 @@ namespace OpenSim.Region.PhysicsModule.ubOde
644 else 644 else
645 SharedTmpcontact.geom.depth = contactGeom.depth; 645 SharedTmpcontact.geom.depth = contactGeom.depth;
646 SharedTmpcontact.geom.pos = contactGeom.pos; 646 SharedTmpcontact.geom.pos = contactGeom.pos;
647 SharedTmpcontact.geom.pos = contactGeom.pos;
648 SharedTmpcontact.geom.normal = contactGeom.normal; 647 SharedTmpcontact.geom.normal = contactGeom.normal;
649 648
650 IntPtr contact = new IntPtr(GlobalContactsArray.ToInt64() + (Int64)(m_global_contactcount * d.Contact.unmanagedSizeOf)); 649 IntPtr contact = new IntPtr(GlobalContactsArray.ToInt64() + (Int64)(m_global_contactcount * d.Contact.unmanagedSizeOf));