Backed out changeset c8b16b3a3c9b
This commit is contained in:
parent
274d4eeec2
commit
6255f7f9a8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue