bug fix: Of course i had to pick a wrong number for profileBegin

This commit is contained in:
UbitUmarov
2017-09-16 18:58:10 +01:00
parent 997a85568e
commit 2247251c2f
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;
}