avinationmerge
UbitUmarov 2012-02-29 05:14:29 +00:00
parent 42ddb0e88f
commit a0d75be56b
1 changed files with 3 additions and 1 deletions

View File

@ -893,10 +893,12 @@ namespace OpenSim.Region.Physics.OdePlugin
if (m_isphysical)
{
d.GeomSetCollideBits(prim_geom, (int)CollisionCategories.Land);
d.GeomDisable(prim_geom);
}
else
{
d.GeomSetCollideBits(prim_geom, 0);
d.GeomDisable(prim_geom);
}
}
else
{