revert making sculpts phanton if sculpt meshing option is off
parent
f740c9522a
commit
20baa6334c
|
@ -1482,8 +1482,6 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||||
if (!haveMesh)
|
if (!haveMesh)
|
||||||
m_NoColide = true;
|
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)
|
if (!haveMesh)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue