Skip to content

Commit

Permalink
rt_tile_render cleanup part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nadvornik committed Sep 27, 2011
1 parent 3dd0e08 commit fa71030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer-tiles.c
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ static void rt_tile_render(RendererTiles *rt, ImageTile *it,
scale_y = (gdouble)pr->height / pr->image_height;

pr_tile_coords_map_orientation(pr->orientation, it->x, it->y,
pr->image_width * scale_x, pr->image_height * scale_y,
pr->width, pr->height,
rt->tile_width, rt->tile_height,
&src_x, &src_y);
pr_tile_region_map_orientation(pr->orientation, x, y,
Expand Down

0 comments on commit fa71030

Please sign in to comment.