This commit is contained in:
Philipp Möller 2015-10-22 15:12:13 +02:00 committed by Sébastien Loriot
parent e7b3a7a97c
commit 5cd89bd981
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ public:
dist = intersection_distance_object(query, child->bbox());
if(dist)
pq.push(Node_ptr_with_ft(child, *dist, current.nb_primitives - current.nb_primitives/2));
break;
}
}
}