diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 0a200df21..fb267c03e 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -5767,7 +5767,7 @@ void draw_stamps(void) src.h = 1; dest.x = base_x + img->w - xx - 1; - dest.y = base_y + img->h - xx - 1; + dest.y = base_y + img->h - yy - 1; SDL_BlitSurface(img, &src, screen, &dest); }