mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
test
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user