mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
on sp its rootprim events mask..
This commit is contained in:
@@ -2673,6 +2673,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
return false;
|
||||
}
|
||||
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
|
||||
private DetectedObject CreateDetObject(SceneObjectPart obj)
|
||||
{
|
||||
return new DetectedObject()
|
||||
@@ -2689,6 +2690,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
};
|
||||
}
|
||||
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
|
||||
private DetectedObject CreateDetObject(ScenePresence av)
|
||||
{
|
||||
DetectedObject detobj = new DetectedObject()
|
||||
@@ -2710,6 +2712,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
return detobj;
|
||||
}
|
||||
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
|
||||
private DetectedObject CreateDetObjectForGround()
|
||||
{
|
||||
return new DetectedObject()
|
||||
|
||||
Reference in New Issue
Block a user