aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs
diff options
context:
space:
mode:
authorTom2010-08-04 19:47:47 -0700
committerTom2010-08-04 19:47:47 -0700
commit8689cdd4dc24cdcaf8f021677d64451814a346c3 (patch)
treefc0f56af60d547d413c3ecdb6c4d98e48a953cd1 /OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs
parentPacify osGetAvatarList to provide LSL types instead of omv types (diff)
parentMerge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca... (diff)
downloadopensim-SC-8689cdd4dc24cdcaf8f021677d64451814a346c3.zip
opensim-SC-8689cdd4dc24cdcaf8f021677d64451814a346c3.tar.gz
opensim-SC-8689cdd4dc24cdcaf8f021677d64451814a346c3.tar.bz2
opensim-SC-8689cdd4dc24cdcaf8f021677d64451814a346c3.tar.xz
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs')
-rw-r--r--OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs
index 1604c4b..2105be1 100644
--- a/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs
+++ b/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs
@@ -1332,10 +1332,10 @@ namespace OpenSim.Region.Physics.OdePlugin
1332 _parent_scene.waitForSpaceUnlock(m_targetSpace); 1332 _parent_scene.waitForSpaceUnlock(m_targetSpace);
1333 try 1333 try
1334 { 1334 {
1335 if (prim_geom == IntPtr.Zero) 1335 // if (prim_geom == IntPtr.Zero) // setGeom takes care of phys engine recreate and prim_geom pointer
1336 { 1336 // {
1337 SetGeom(d.CreateTriMesh(m_targetSpace, _triMeshData, parent_scene.triCallback, null, null)); 1337 SetGeom(d.CreateTriMesh(m_targetSpace, _triMeshData, parent_scene.triCallback, null, null));
1338 } 1338 // }
1339 } 1339 }
1340 catch (AccessViolationException) 1340 catch (AccessViolationException)
1341 { 1341 {