diff options
author | Melanie | 2012-04-23 20:44:41 +0100 |
---|---|---|
committer | Melanie | 2012-04-23 20:44:41 +0100 |
commit | e9037098475202c02d3327d2dff877d0fd108c93 (patch) | |
tree | cd52623e1f12ffe0ca98609f270d27d30afc35af /OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |
parent | Merge branch 'master' into careminster (diff) | |
parent | Mantis 5977 Corrections to llRegionSayTo (diff) | |
download | opensim-SC-e9037098475202c02d3327d2dff877d0fd108c93.zip opensim-SC-e9037098475202c02d3327d2dff877d0fd108c93.tar.gz opensim-SC-e9037098475202c02d3327d2dff877d0fd108c93.tar.bz2 opensim-SC-e9037098475202c02d3327d2dff877d0fd108c93.tar.xz |
Merge branch 'master' into careminster
Conflicts:
OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs
OpenSim/Region/Framework/Scenes/Scene.cs
OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index cd22def..0f7959d 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -4685,7 +4685,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
4685 | } | 4685 | } |
4686 | } | 4686 | } |
4687 | } | 4687 | } |
4688 | |||
4689 | else // it already has a physical representation | 4688 | else // it already has a physical representation |
4690 | { | 4689 | { |
4691 | DoPhysicsPropertyUpdate(UsePhysics, false); // Update physical status. | 4690 | DoPhysicsPropertyUpdate(UsePhysics, false); // Update physical status. |