Remove commented printf : Final node with %u faces, list offset %lu.\n

This commit is contained in:
Akkadius 2015-01-20 01:34:37 -06:00
parent 8594d3d550
commit 562f7c1360

View File

@ -588,7 +588,6 @@ void QTNode::fillBlocks(nodeHeader *heads, unsigned long *flist, unsigned long &
head->flags |= nodeFinal;
head->faces.count = faces.size();
head->faces.offset = findex;
//printf(" Final node with %u faces, list offset %lu.\n", head->faces.count, head->faces.offset);
unsigned long r;
for(r = 0; r < head->faces.count; r++) {
flist[findex] = faces[r].index;