mirror of
https://github.com/yawut/SDL.git
synced 2026-08-25 18:25:16 -05:00
Fixed bug picking blitters
This commit is contained in:
@@ -173,7 +173,7 @@ SDL_ChooseBlitFunc(Uint32 src_format, Uint32 dst_format, int flags,
|
||||
|
||||
/* Check modulation flags */
|
||||
flagcheck =
|
||||
(flags & (SDL_COPY_MODULATE_COLOR | SDL_COPY_MODULATE_COLOR));
|
||||
(flags & (SDL_COPY_MODULATE_COLOR | SDL_COPY_MODULATE_ALPHA));
|
||||
if ((flagcheck & entries[i].flags) != flagcheck) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user