mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
fix typo
This commit is contained in:
parent
536cbd55d0
commit
c68ac84a3b
@ -174,7 +174,7 @@ public:
|
||||
last_x = next_x;
|
||||
last_y = next_y;
|
||||
}
|
||||
else if (agg::is_stop(cmd) || cmd == SEG_CLOSE)
|
||||
if (agg::is_stop(cmd) || cmd == SEG_CLOSE)
|
||||
{
|
||||
done_ = true;
|
||||
return false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user