aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectPart.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
index 38b2dc2..59fd805 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
@@ -1487,6 +1487,10 @@ namespace OpenSim.Region.Framework.Scenes
1487 DoPhysicsPropertyUpdate(RigidBody, true); 1487 DoPhysicsPropertyUpdate(RigidBody, true);
1488 PhysActor.SetVolumeDetect(VolumeDetectActive ? 1 : 0); 1488 PhysActor.SetVolumeDetect(VolumeDetectActive ? 1 : 0);
1489 } 1489 }
1490 else
1491 {
1492 m_log.DebugFormat("[SPEW]: physics actor is null for {0} with parent {1}", UUID, this.ParentGroup.UUID);
1493 }
1490 } 1494 }
1491 } 1495 }
1492 } 1496 }