aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/ODEPrim.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
index 345156e..8881c44 100644
--- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
+++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
@@ -1445,6 +1445,7 @@ Console.WriteLine("CreateGeom:");
1445 { 1445 {
1446 try 1446 try
1447 { 1447 {
1448 _parent_scene.geom_name_map.Remove(prim_geom);
1448 _parent_scene.actor_name_map.Remove(prim_geom); 1449 _parent_scene.actor_name_map.Remove(prim_geom);
1449 d.GeomDestroy(prim_geom); 1450 d.GeomDestroy(prim_geom);
1450 prim_geom = IntPtr.Zero; 1451 prim_geom = IntPtr.Zero;