revert making sculpts phanton if sculpt meshing option is off

avinationmerge
UbitUmarov 2012-05-28 13:05:50 +01:00
parent f740c9522a
commit 20baa6334c
1 changed files with 0 additions and 2 deletions

View File

@ -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)
{