mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
bug fix: Of course i had to pick a wrong number for profileBegin
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user