diff options
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index 95ffc77..59a453a 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -390,8 +390,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
390 | 390 | ||
391 | private SOPVehicle m_vehicleParams = null; | 391 | private SOPVehicle m_vehicleParams = null; |
392 | 392 | ||
393 | private KeyframeMotion m_keyframeMotion = null; | ||
394 | |||
395 | public KeyframeMotion KeyframeMotion | 393 | public KeyframeMotion KeyframeMotion |
396 | { | 394 | { |
397 | get; set; | 395 | get; set; |
@@ -4646,6 +4644,11 @@ namespace OpenSim.Region.Framework.Scenes | |||
4646 | } | 4644 | } |
4647 | } | 4645 | } |
4648 | */ | 4646 | */ |
4647 | if (pa != null) | ||
4648 | { | ||
4649 | pa.SetMaterial(Material); | ||
4650 | DoPhysicsPropertyUpdate(UsePhysics, true); | ||
4651 | } | ||
4649 | } | 4652 | } |
4650 | else // it already has a physical representation | 4653 | else // it already has a physical representation |
4651 | { | 4654 | { |