light: disable "interior verts" spam

This commit is contained in:
Eric Wasylishen 2016-05-31 18:19:35 -06:00
parent 2d0ede48cf
commit 826f44d8cf
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ CalcualateVertexNormals(const bsp2_t *bsp)
interior_verts.insert(i);
}
}
printf("CalcualateVertexNormals: %d interior verts\n", (int)interior_verts.size());
//printf("CalcualateVertexNormals: %d interior verts\n", (int)interior_verts.size());
// build the "face -> faces to smooth with" map
for (int i = 0; i < bsp->numfaces; i++) {