mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-07 03:02:35 +00:00
Remove commented printf : Final node with %u faces, list offset %lu.\n
This commit is contained in:
parent
db4426c435
commit
965f8bbbba
@ -451,7 +451,6 @@ void QTNode::fillBlocks(nodeHeader *heads, unsigned long *flist, unsigned long &
|
|||||||
head->flags |= nodeFinal;
|
head->flags |= nodeFinal;
|
||||||
head->faces.count = faces.size();
|
head->faces.count = faces.size();
|
||||||
head->faces.offset = findex;
|
head->faces.offset = findex;
|
||||||
//printf(" Final node with %u faces, list offset %lu.\n", head->faces.count, head->faces.offset);
|
|
||||||
unsigned long r;
|
unsigned long r;
|
||||||
for(r = 0; r < head->faces.count; r++) {
|
for(r = 0; r < head->faces.count; r++) {
|
||||||
flist[findex] = faces[r].index;
|
flist[findex] = faces[r].index;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user