aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs
index 915b88d..c0c33da 100644
--- a/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs
+++ b/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs
@@ -1810,7 +1810,11 @@ namespace OpenSim.Region.Physics.OdePlugin
1810 _size.X = 0.01f; 1810 _size.X = 0.01f;
1811 _size.Y = 0.01f; 1811 _size.Y = 0.01f;
1812 _size.Z = 0.01f; 1812 _size.Z = 0.01f;
1813 return false; 1813 mesh.releaseSourceMeshData();
1814 // Temporarily hacking this to true which causes the object
1815 // to get no physical representation, effectively making it
1816 // phantom
1817 return true;
1814 } 1818 }
1815 1819
1816 1820