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

This commit is contained in:
Dahlia Trimble
2008-12-22 07:25:41 +00:00
parent 339fd602db
commit 8a86439985

View File

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