diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index a404b1b..4a76ffc 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -5887,6 +5887,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
5887 | profileBegin = 9375; | 5887 | profileBegin = 9375; |
5888 | if(profileHollow == 1) | 5888 | if(profileHollow == 1) |
5889 | profileHollow = 27500; | 5889 | profileHollow = 27500; |
5890 | // fix torus hole size Y that also confuse some viewers | ||
5891 | if(update.ProfileCurve == (byte)ProfileShape.Circle && update.PathScaleY < 150) | ||
5892 | update.PathScaleY = 150; | ||
5890 | } | 5893 | } |
5891 | else | 5894 | else |
5892 | { | 5895 | { |