thanks jiyoun... for finding this... silly me... spank spank me.

SVN revision: 61935
This commit is contained in:
Carsten Haitzler 2011-08-01 07:34:05 +00:00
parent f926eb9285
commit 7239b6894f
1 changed files with 1 additions and 1 deletions

View File

@ -978,7 +978,7 @@ evas_image_load_file_data_bmp(Image_Entry *ie, const char *file, const char *key
ie->flags.alpha = 0;
if (hasa)
{
unsigned int *pixend = pix + (w * h);
unsigned int *pixend = surface + (w * h);
for (pix = surface; pix < pixend; pix++)
A_VAL(pix) = 0xff;