Removed some debugging code that was inadvertently left in in my last commit :/
parent
339fd602db
commit
8a86439985
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue