mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-31 08:57:40 +00:00
Fix wrong comment
This commit is contained in:
parent
e5192384d0
commit
0a007a9bea
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue