diff options
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index b80a557..7403fed 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -1498,6 +1498,10 @@ namespace OpenSim.Region.Framework.Scenes | |||
1498 | DoPhysicsPropertyUpdate(RigidBody, true); | 1498 | DoPhysicsPropertyUpdate(RigidBody, true); |
1499 | PhysActor.SetVolumeDetect(VolumeDetectActive ? 1 : 0); | 1499 | PhysActor.SetVolumeDetect(VolumeDetectActive ? 1 : 0); |
1500 | } | 1500 | } |
1501 | else | ||
1502 | { | ||
1503 | m_log.DebugFormat("[SPEW]: physics actor is null for {0} with parent {1}", UUID, this.ParentGroup.UUID); | ||
1504 | } | ||
1501 | } | 1505 | } |
1502 | } | 1506 | } |
1503 | } | 1507 | } |