mantis 8258: also limit mesh basic shape torus hole sizeY on (some) existent objects.

0.9.0.1-postfixes
UbitUmarov 2017-10-30 18:56:05 +00:00
parent 3fb61f4470
commit 5360a8fea4
1 changed files with 3 additions and 0 deletions

View File

@ -5887,6 +5887,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
profileBegin = 9375;
if(profileHollow == 1)
profileHollow = 27500;
// fix torus hole size Y that also confuse some viewers
if(update.ProfileCurve == (byte)ProfileShape.Circle && update.PathScaleY < 150)
update.PathScaleY = 150;
}
else
{