aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP
diff options
context:
space:
mode:
authorUbitUmarov2012-03-20 16:46:16 +0000
committerUbitUmarov2012-03-20 16:46:16 +0000
commitefd7ff31468755c7066c68fb6b5910f7b18aa3f0 (patch)
tree1d5a73e701ac8d2260b39911bf21df09aed5156e /OpenSim/Region/ClientStack/Linden/UDP
parentCause prims to be saved if extra physics parameters are changed (diff)
downloadopensim-SC_OLD-efd7ff31468755c7066c68fb6b5910f7b18aa3f0.zip
opensim-SC_OLD-efd7ff31468755c7066c68fb6b5910f7b18aa3f0.tar.gz
opensim-SC_OLD-efd7ff31468755c7066c68fb6b5910f7b18aa3f0.tar.bz2
opensim-SC_OLD-efd7ff31468755c7066c68fb6b5910f7b18aa3f0.tar.xz
add some more notifications about changes on physical parameters ( still incomple and there should be a better away )
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index dd3b8aa..ba5f4d5 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -2633,6 +2633,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
2633 { 2633 {
2634 m_log.Error("Unable to send part Physics Proprieties - exception: " + ex.ToString()); 2634 m_log.Error("Unable to send part Physics Proprieties - exception: " + ex.ToString());
2635 } 2635 }
2636 part.UpdatePhysRequired = false;
2636 } 2637 }
2637 } 2638 }
2638 2639