diff options
author | Jeff Ames | 2008-09-13 22:07:07 +0000 |
---|---|---|
committer | Jeff Ames | 2008-09-13 22:07:07 +0000 |
commit | b4141f9e56a85a6df871a60921761a4848e297d1 (patch) | |
tree | 8f7139531274570b58a02d62f2acc6a6876e218c /OpenSim/Region/Physics/Meshing | |
parent | Fixing a bug in DNE which caused the face-colors to be inverted when set via ... (diff) | |
download | opensim-SC_OLD-b4141f9e56a85a6df871a60921761a4848e297d1.zip opensim-SC_OLD-b4141f9e56a85a6df871a60921761a4848e297d1.tar.gz opensim-SC_OLD-b4141f9e56a85a6df871a60921761a4848e297d1.tar.bz2 opensim-SC_OLD-b4141f9e56a85a6df871a60921761a4848e297d1.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Region/Physics/Meshing')
-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 | ||