From 2247251c2f0cf554c51499b88198dc59cc8e351d Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 16 Sep 2017 18:58:10 +0100 Subject: bug fix: Of course i had to pick a wrong number for profileBegin --- OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/ClientStack/Linden') 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 update.ProfileCurve = (byte)(part.Shape.ProfileCurve & 0x0f); // fix old values that confused viewers if(profileBegin == 1) - profileBegin = 12500; + profileBegin = 9375; if(profileHollow == 1) profileHollow = 27500; } -- cgit v1.1