mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Removed some debugging code that was inadvertently left in in my last commit :/
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user