mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
fix a typo..
This commit is contained in:
@@ -644,7 +644,6 @@ namespace OpenSim.Region.PhysicsModule.ubOde
|
||||
else
|
||||
SharedTmpcontact.geom.depth = contactGeom.depth;
|
||||
SharedTmpcontact.geom.pos = contactGeom.pos;
|
||||
SharedTmpcontact.geom.pos = contactGeom.pos;
|
||||
SharedTmpcontact.geom.normal = contactGeom.normal;
|
||||
|
||||
IntPtr contact = new IntPtr(GlobalContactsArray.ToInt64() + (Int64)(m_global_contactcount * d.Contact.unmanagedSizeOf));
|
||||
|
||||
Reference in New Issue
Block a user