mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-12 12:12:25 +00:00
Remove commented printf : Node %u: (%.2f -> %.2f, %.2f -> %.2f)\n
This commit is contained in:
parent
afdaba60fe
commit
cc9b0ff089
@ -86,7 +86,6 @@ void QTNode::fillBlocks(PathTree_Struct *heads, PathPointRef *flist, unsigned lo
|
|||||||
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);
|
|
||||||
|
|
||||||
//rearranged to give all QT nodes a node list
|
//rearranged to give all QT nodes a node list
|
||||||
head->nodelist.count = nodes.size();
|
head->nodelist.count = nodes.size();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user