diff options
author | Dahlia Trimble | 2008-12-22 07:25:41 +0000 |
---|---|---|
committer | Dahlia Trimble | 2008-12-22 07:25:41 +0000 |
commit | 8a864399851016b3bf744759c0fd1353d94ceb0e (patch) | |
tree | e9c246bab722decbeb592f8a915c68e9e796cc7b /OpenSim/Region | |
parent | This commit is a major change on the TP process. Several things were wrong an... (diff) | |
download | opensim-SC_OLD-8a864399851016b3bf744759c0fd1353d94ceb0e.zip opensim-SC_OLD-8a864399851016b3bf744759c0fd1353d94ceb0e.tar.gz opensim-SC_OLD-8a864399851016b3bf744759c0fd1353d94ceb0e.tar.bz2 opensim-SC_OLD-8a864399851016b3bf744759c0fd1353d94ceb0e.tar.xz |
Removed some debugging code that was inadvertently left in in my last commit :/
Diffstat (limited to 'OpenSim/Region')
-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; |