Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Backed out changeset c8b16b3a3c9b
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 7, 2013
1 parent de38df7 commit adc62d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/SDL_bmp.c
Expand Up @@ -182,7 +182,7 @@ SDL_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 adc62d0

Please sign in to comment.