aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorUbitUmarov2016-11-02 21:42:32 +0000
committerUbitUmarov2016-11-02 21:42:32 +0000
commit9480da06b971e7ffa500c33399cdb2114a39637f (patch)
tree11db75d3f5c62ec9c31bd61c876406477dc44c86 /OpenSim/Region/ClientStack
parentignore prims with shape type none on max size check for physics (diff)
downloadopensim-SC_OLD-9480da06b971e7ffa500c33399cdb2114a39637f.zip
opensim-SC_OLD-9480da06b971e7ffa500c33399cdb2114a39637f.tar.gz
opensim-SC_OLD-9480da06b971e7ffa500c33399cdb2114a39637f.tar.bz2
opensim-SC_OLD-9480da06b971e7ffa500c33399cdb2114a39637f.tar.xz
only add a prim to physics in PhysicsShapeType if changing from type none. when viewers change ExtraPhysics parameters, send back the new values.
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index ad25bc8..17e4400 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -2920,7 +2920,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
2920 { 2920 {
2921 m_log.Error("Unable to send part Physics Proprieties - exception: " + ex.ToString()); 2921 m_log.Error("Unable to send part Physics Proprieties - exception: " + ex.ToString());
2922 } 2922 }
2923 part.UpdatePhysRequired = false;
2924 } 2923 }
2925 } 2924 }
2926 2925