diff options
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index 85d2bee..a494864 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -1832,6 +1832,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1832 | GetWorldRotation(), | 1832 | GetWorldRotation(), |
1833 | isPhysical, | 1833 | isPhysical, |
1834 | isPhantom, | 1834 | isPhantom, |
1835 | PhysicsShapeType, | ||
1835 | m_localId); | 1836 | m_localId); |
1836 | } | 1837 | } |
1837 | catch | 1838 | catch |
@@ -4732,6 +4733,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
4732 | GetWorldRotation(), //physics wants world rotation like all other functions send | 4733 | GetWorldRotation(), //physics wants world rotation like all other functions send |
4733 | UsePhysics, | 4734 | UsePhysics, |
4734 | SetPhantom, | 4735 | SetPhantom, |
4736 | PhysicsShapeType, | ||
4735 | m_localId); | 4737 | m_localId); |
4736 | 4738 | ||
4737 | PhysActor.SetMaterial(Material); | 4739 | PhysActor.SetMaterial(Material); |