aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectPart.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
index 2214f2f..037f384 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
@@ -4437,7 +4437,6 @@ namespace OpenSim.Region.Framework.Scenes
4437 { 4437 {
4438 // It's not phantom anymore. So make sure the physics engine get's knowledge of it 4438 // It's not phantom anymore. So make sure the physics engine get's knowledge of it
4439 PhysActor = m_parentGroup.Scene.PhysicsScene.AddPrimShape( 4439 PhysActor = m_parentGroup.Scene.PhysicsScene.AddPrimShape(
4440 LocalId,
4441 string.Format("{0}/{1}", Name, UUID), 4440 string.Format("{0}/{1}", Name, UUID),
4442 Shape, 4441 Shape,
4443 AbsolutePosition, 4442 AbsolutePosition,