avinationmerge
UbitUmarov 2012-04-27 12:19:22 +01:00
parent 8ef7df5a56
commit ee237fc5df
1 changed files with 7 additions and 1 deletions

View File

@ -880,7 +880,13 @@ namespace OpenSim.Region.Physics.OdePlugin
{
m_iscolliding = true;
m_colliderfilter = 2;
m_colliderGroundfilter = 2;
if (m_colliderGroundfilter > 10)
{
m_colliderGroundfilter = 10;
m_freemove = false;
}
m_iscollidingGround = true;
ContactPoint contact = new ContactPoint();