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 9c6ba3164d
commit 55cb66762c

View File

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