Merge branch 'master' into careminster
Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectPart.csavinationmerge
commit
a36c487c79
|
@ -2567,7 +2567,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if ((ParentGroup.RootPart.ScriptEvents & scriptEvents.collision_start) != 0)
|
if ((ParentGroup.RootPart.ScriptEvents & ev) != 0)
|
||||||
sendToRoot = true;
|
sendToRoot = true;
|
||||||
}
|
}
|
||||||
if (sendToRoot && ParentGroup.RootPart != this)
|
if (sendToRoot && ParentGroup.RootPart != this)
|
||||||
|
@ -4708,6 +4708,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
|
|
||||||
public void aggregateScriptEvents()
|
public void aggregateScriptEvents()
|
||||||
{
|
{
|
||||||
|
if (ParentGroup == null || ParentGroup.RootPart == null)
|
||||||
|
return;
|
||||||
|
|
||||||
AggregateScriptEvents = 0;
|
AggregateScriptEvents = 0;
|
||||||
|
|
||||||
// Aggregate script events
|
// Aggregate script events
|
||||||
|
|
Loading…
Reference in New Issue