Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/video/SDL_blit_N.c
|
@@ -2164,7 +2164,7 @@ BlitNtoN(SDL_BlitInfo * info) |
|
|
int dstbpp = dstfmt->BytesPerPixel; |
|
|
unsigned alpha = dstfmt->Amask ? info->a : 0; |
|
|
|
|
|
/* Any src/dst 8888 for CopyAlpha, no ARGB2101010 */ |
|
|
/* Any src/dst 8888, no ARGB2101010 */ |
|
|
if (srcbpp == 4 && dstbpp == 4 && |
|
|
srcfmt->format != SDL_PIXELFORMAT_ARGB2101010 && |
|
|
dstfmt->format != SDL_PIXELFORMAT_ARGB2101010) { |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.