diff options
-rw-r--r-- | OpenSim/Region/Physics/Meshing/PrimMesher.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Physics/Meshing/PrimMesher.cs b/OpenSim/Region/Physics/Meshing/PrimMesher.cs index 9b20275..c28577d 100644 --- a/OpenSim/Region/Physics/Meshing/PrimMesher.cs +++ b/OpenSim/Region/Physics/Meshing/PrimMesher.cs | |||
@@ -1328,9 +1328,6 @@ namespace PrimMesher | |||
1328 | profile.MakeFaceUVs(); | 1328 | profile.MakeFaceUVs(); |
1329 | } | 1329 | } |
1330 | 1330 | ||
1331 | if (this.sides == 4 && this.hollowSides == 3) | ||
1332 | profile.DumpRaw("d:\\", "primProfile", ""); | ||
1333 | |||
1334 | Coord lastCutNormal1 = new Coord(); | 1331 | Coord lastCutNormal1 = new Coord(); |
1335 | Coord lastCutNormal2 = new Coord(); | 1332 | Coord lastCutNormal2 = new Coord(); |
1336 | float lastV = 1.0f; | 1333 | float lastV = 1.0f; |