This commit is contained in:
JoelKatz
2012-11-09 07:26:14 -08:00
parent f4c94ca399
commit bda1ce233f

View File

@@ -321,7 +321,6 @@ SHAMapItem::pointer SHAMap::onlyBelow(SHAMapTreeNode* node)
// If there is only one item below this node, return it
while (!node->isLeaf())
{
found = false;
SHAMapTreeNode* nextNode = NULL;
for (int i = 0; i < 16; ++i)