changeset 535 | 917cc5c56176 |
parent 297 | f6ffac90895c |
child 553 | 417f8709e648 |
--- a/src/video/SDL_blit.h Tue Oct 22 21:35:49 2002 +0000 +++ b/src/video/SDL_blit.h Tue Oct 22 21:41:21 2002 +0000 @@ -330,7 +330,7 @@ pixel = ((r>>fmt->Rloss)<<fmt->Rshift)| \ ((g>>fmt->Gloss)<<fmt->Gshift)| \ ((b>>fmt->Bloss)<<fmt->Bshift)| \ - ((a<<fmt->Aloss)<<fmt->Ashift); \ + ((a>>fmt->Aloss)<<fmt->Ashift); \ } #define ASSEMBLE_RGBA(buf, bpp, fmt, r, g, b, a) \ { \