Skip to content

Commit

Permalink
Backed out changeset 394898e5b824
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 7, 2013
1 parent 180dffe commit 89ace8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IMG_bmp.c
Expand Up @@ -323,7 +323,7 @@ static SDL_Surface *LoadBMP_RW (SDL_RWops *src, int freesrc)
#endif
break;
case 32:
Amask = (biSize < 56 ? 0 : 0xFF000000); /* no alpha before BITMAPV3INFOHEADER */
Amask = 0xFF000000;
Rmask = 0x00FF0000;
Gmask = 0x0000FF00;
Bmask = 0x000000FF;
Expand Down

0 comments on commit 89ace8f

Please sign in to comment.