Skip to content

Commit

Permalink
Change renamed symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
cheyao authored May 29, 2024
1 parent 2fc5310 commit 8a5c7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IMG_tga.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ SDL_Surface *IMG_LoadTGA_IO(SDL_IOStream *src)
case 16:
/* 15 and 16bpp both seem to use 5 bits/plane. The extra alpha bit
is ignored for now. */
format = SDL_PIXELFORMAT_RGB555;
format = SDL_PIXELFORMAT_XRGB1555;
break;

case 32:
Expand Down

0 comments on commit 8a5c7e6

Please sign in to comment.