aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden
diff options
context:
space:
mode:
authorUbitUmarov2017-09-16 18:58:10 +0100
committerUbitUmarov2017-09-16 18:58:10 +0100
commit2247251c2f0cf554c51499b88198dc59cc8e351d (patch)
treeec4ff30803e787b7a8fa53d009e4cd13447df60a /OpenSim/Region/ClientStack/Linden
parentdouble request.ReadWriteTimeout (diff)
downloadopensim-SC_OLD-2247251c2f0cf554c51499b88198dc59cc8e351d.zip
opensim-SC_OLD-2247251c2f0cf554c51499b88198dc59cc8e351d.tar.gz
opensim-SC_OLD-2247251c2f0cf554c51499b88198dc59cc8e351d.tar.bz2
opensim-SC_OLD-2247251c2f0cf554c51499b88198dc59cc8e351d.tar.xz
bug fix: Of course i had to pick a wrong number for profileBegin
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index f068cef..a404b1b 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -5884,7 +5884,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
5884 update.ProfileCurve = (byte)(part.Shape.ProfileCurve & 0x0f); 5884 update.ProfileCurve = (byte)(part.Shape.ProfileCurve & 0x0f);
5885 // fix old values that confused viewers 5885 // fix old values that confused viewers
5886 if(profileBegin == 1) 5886 if(profileBegin == 1)
5887 profileBegin = 12500; 5887 profileBegin = 9375;
5888 if(profileHollow == 1) 5888 if(profileHollow == 1)
5889 profileHollow = 27500; 5889 profileHollow = 27500;
5890 } 5890 }