diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index a9709b1..a5daabb 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |||
@@ -491,16 +491,16 @@ namespace OpenSim.Region.Environment.Scenes | |||
491 | { | 491 | { |
492 | StoreUndoState(); | 492 | StoreUndoState(); |
493 | m_offsetPosition = value; | 493 | m_offsetPosition = value; |
494 | try | 494 | //try |
495 | { | 495 | //{ |
496 | // Hack to get the child prim to update world positions in the physics engine | 496 | // Hack to get the child prim to update world positions in the physics engine |
497 | ParentGroup.ResetChildPrimPhysicsPositions(); | 497 | // ParentGroup.ResetChildPrimPhysicsPositions(); |
498 | 498 | ||
499 | } | 499 | //} |
500 | catch (NullReferenceException) | 500 | //catch (NullReferenceException) |
501 | { | 501 | //{ |
502 | // Ignore, and skip over. | 502 | // Ignore, and skip over. |
503 | } | 503 | //} |
504 | //m_log.Info("[PART]: OFFSET:" + m_offsetPosition.ToString()); | 504 | //m_log.Info("[PART]: OFFSET:" + m_offsetPosition.ToString()); |
505 | } | 505 | } |
506 | } | 506 | } |