diff options
Diffstat (limited to 'OpenSim')
-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 43fec35..31fc26e 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -4227,6 +4227,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
4227 | if (pa != null) | 4227 | if (pa != null) |
4228 | { | 4228 | { |
4229 | pa.SetMaterial(Material); | 4229 | pa.SetMaterial(Material); |
4230 | pa.Position = GetWorldPosition(); | ||
4231 | pa.Orientation = GetWorldRotation(); | ||
4230 | DoPhysicsPropertyUpdate(UsePhysics, true); | 4232 | DoPhysicsPropertyUpdate(UsePhysics, true); |
4231 | 4233 | ||
4232 | SubscribeForCollisionEvents(); | 4234 | SubscribeForCollisionEvents(); |