From 20baa6334ca21ecd30ce1a46fcc4dbe5d4030854 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Mon, 28 May 2012 13:05:50 +0100 Subject: revert making sculpts phanton if sculpt meshing option is off --- OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenSim/Region') diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs index 1bfe08b..5109a6a 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs @@ -1482,8 +1482,6 @@ namespace OpenSim.Region.Physics.OdePlugin if (!haveMesh) m_NoColide = true; } - else if(_pbs.SculptEntry) - m_NoColide = true; // also don't colide if is a sculp or mesh and meshing is off if (!haveMesh) { -- cgit v1.1