mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
also don't collide sculps or meshs if meshing is OFF
This commit is contained in:
@@ -1482,6 +1482,8 @@ 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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user