diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index 037f384..2214f2f 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -4437,6 +4437,7 @@ 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, | ||
4440 | string.Format("{0}/{1}", Name, UUID), | 4441 | string.Format("{0}/{1}", Name, UUID), |
4441 | Shape, | 4442 | Shape, |
4442 | AbsolutePosition, | 4443 | AbsolutePosition, |