Damn, wrong copy&paste fix.

SVN revision: 31750
This commit is contained in:
Gustavo Sverzut Barbieri 2007-09-17 21:11:43 +00:00
parent b329369cf0
commit c7c3586c9e
1 changed files with 1 additions and 0 deletions

View File

@ -370,6 +370,7 @@ _soft16_image_draw_scaled_transp_solid_mul_color(Soft16_Image *src,
(d, s[offset_x[x]], a[offset_x[x]], r, g, b);
}
else
for (y = 0; y < h; y++, dst_itr += dst->stride)
{
DATA16 *d, *s;
DATA8 *a;