Port Avination's collision fixes to core.

This commit is contained in:
Melanie
2012-05-15 01:02:38 +01:00
parent 52a32878a9
commit e7819ce909
5 changed files with 202 additions and 526 deletions

View File

@@ -505,17 +505,6 @@ namespace OpenSim.Region.Framework.Scenes
get { return true; }
}
private bool m_passCollision;
public bool PassCollision
{
get { return m_passCollision; }
set
{
m_passCollision = value;
HasGroupChanged = true;
}
}
public bool IsSelected
{
get { return m_isSelected; }