Remove commented printf : Node %u: (%.2f -> %.2f, %.2f -> %.2f)\n

This commit is contained in:
Akkadius 2015-01-20 01:33:30 -06:00
parent 467272c334
commit 36dda4ee0a

View File

@ -584,7 +584,6 @@ void QTNode::fillBlocks(nodeHeader *heads, unsigned long *flist, unsigned long &
head->miny = miny; head->miny = miny;
head->maxy = maxy; head->maxy = maxy;
head->flags = 0; head->flags = 0;
//printf("Node %u: (%.2f -> %.2f, %.2f -> %.2f)\n", hindex-1, head->minx, head->maxx, head->miny, head->maxy);
if(final) { if(final) {
head->flags |= nodeFinal; head->flags |= nodeFinal;
head->faces.count = faces.size(); head->faces.count = faces.size();