Reapply the one change that was in the revert that was actually function, not
formavinationmerge
parent
5d32979170
commit
ffc0badaf4
|
@ -2370,7 +2370,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
// scene
|
// scene
|
||||||
PhysicsActor pa = part.PhysActor;
|
PhysicsActor pa = part.PhysActor;
|
||||||
|
|
||||||
if (pa != null && !pa.IsPhysical)
|
if (pa != null && !pa.IsPhysical && part == part.ParentGroup.RootPart)
|
||||||
{
|
{
|
||||||
part.ParentGroup.ResetChildPrimPhysicsPositions();
|
part.ParentGroup.ResetChildPrimPhysicsPositions();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue