oops, fixed

This commit is contained in:
Artem Pavlenko 2006-12-05 13:15:43 +00:00
parent 00fd2a9f00
commit dcfe5d3fad

View file

@ -331,7 +331,7 @@ namespace mapnik
p->shape_path.vertex(&new_x,&new_y);
old_x = new_x;
old_y = new_y;
unsigned num_points = geom->num_points();
unsigned num_points = p->geom->num_points();
for (unsigned i = 1; i < num_points; ++i)
{
double dx, dy;
@ -632,5 +632,4 @@ namespace mapnik
return true;
}
} // namespace