aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-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 78faa01..09c945b 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
@@ -1504,6 +1504,10 @@ namespace OpenSim.Region.Framework.Scenes
1504 DoPhysicsPropertyUpdate(RigidBody, true); 1504 DoPhysicsPropertyUpdate(RigidBody, true);
1505 PhysActor.SetVolumeDetect(VolumeDetectActive ? 1 : 0); 1505 PhysActor.SetVolumeDetect(VolumeDetectActive ? 1 : 0);
1506 } 1506 }
1507 else
1508 {
1509 m_log.DebugFormat("[SPEW]: physics actor is null for {0} with parent {1}", UUID, this.ParentGroup.UUID);
1510 }
1507 } 1511 }
1508 } 1512 }
1509 } 1513 }