fixed bug introduced in r495
This commit is contained in:
parent
beebee468b
commit
4e427f978c
1 changed files with 2 additions and 2 deletions
|
@ -140,9 +140,9 @@ namespace mapnik
|
|||
|
||||
for (int x = box.minx(); x < box.maxx(); ++x)
|
||||
{
|
||||
if (row_to[x-x0] & 0xff000000)
|
||||
if (row_from[x-x0] & 0xff000000)
|
||||
{
|
||||
row_to[x-x0] = row_from[x-x0];
|
||||
row_to[x] = row_from[x-x0];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue