fix logic error

This commit is contained in:
Dane Springmeyer 2012-11-28 21:18:17 -08:00
parent 52c3f8ff6e
commit 363fc2ddd0

View file

@ -56,7 +56,7 @@ public:
{
while (pos_ != end_)
{
if (bbox_check_)
if (!bbox_check_)
{
return *pos_++;
}