mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
fix logic error
This commit is contained in:
parent
52c3f8ff6e
commit
363fc2ddd0
@ -56,7 +56,7 @@ public:
|
||||
{
|
||||
while (pos_ != end_)
|
||||
{
|
||||
if (bbox_check_)
|
||||
if (!bbox_check_)
|
||||
{
|
||||
return *pos_++;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user