mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Readds llCollisionFilter and adds llPassCollision.
Applied with whitespace cleanup Signed-off-by: Melanie <melanie@t-data.com>
This commit is contained in:
@@ -340,6 +340,17 @@ 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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user