Merge branch 'master' into httptests

This commit is contained in:
UbitUmarov
2017-09-16 19:01:22 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -381,7 +381,7 @@ namespace OpenSim.Framework
default: // 8 faces box with cut
shape.ProfileCurve = (byte)ProfileShape.Square | (byte)HollowShape.Triangle;
shape.PathCurve = (byte)Extrusion.Straight;
shape.ProfileBegin = 12500;
shape.ProfileBegin = 9375;
break;
}