diff options
Diffstat (limited to 'OpenSim/Region/Physics/Meshing/PrimMesher.cs')
-rw-r--r-- | OpenSim/Region/Physics/Meshing/PrimMesher.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/Meshing/PrimMesher.cs b/OpenSim/Region/Physics/Meshing/PrimMesher.cs index 0e6cbad..390f3b4 100644 --- a/OpenSim/Region/Physics/Meshing/PrimMesher.cs +++ b/OpenSim/Region/Physics/Meshing/PrimMesher.cs | |||
@@ -976,8 +976,8 @@ angles24 = [ | |||
976 | while (!done) // loop through the length of the path and add the layers | 976 | while (!done) // loop through the length of the path and add the layers |
977 | { | 977 | { |
978 | bool isEndLayer = false; | 978 | bool isEndLayer = false; |
979 | if (angle == startAngle || angle >= endAngle) | 979 | if (angle == startAngle || angle >= endAngle) |
980 | isEndLayer = true; | 980 | isEndLayer = true; |
981 | 981 | ||
982 | Profile newLayer = profile.Clone(isEndLayer && needEndFaces); | 982 | Profile newLayer = profile.Clone(isEndLayer && needEndFaces); |
983 | 983 | ||