fix logic error
This commit is contained in:
parent
52c3f8ff6e
commit
363fc2ddd0
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public:
|
||||||
{
|
{
|
||||||
while (pos_ != end_)
|
while (pos_ != end_)
|
||||||
{
|
{
|
||||||
if (bbox_check_)
|
if (!bbox_check_)
|
||||||
{
|
{
|
||||||
return *pos_++;
|
return *pos_++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue