Removed some debugging code that was inadvertently left in in my last commit :/

0.6.2-post-fixes
Dahlia Trimble 2008-12-22 07:25:41 +00:00
parent 339fd602db
commit 8a86439985
1 changed files with 0 additions and 3 deletions

View File

@ -1328,9 +1328,6 @@ namespace PrimMesher
profile.MakeFaceUVs(); profile.MakeFaceUVs();
} }
if (this.sides == 4 && this.hollowSides == 3)
profile.DumpRaw("d:\\", "primProfile", "");
Coord lastCutNormal1 = new Coord(); Coord lastCutNormal1 = new Coord();
Coord lastCutNormal2 = new Coord(); Coord lastCutNormal2 = new Coord();
float lastV = 1.0f; float lastV = 1.0f;