mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-06 05:17:48 +00:00
Support PNG icons in the SDL test code
This commit is contained in:
@@ -1143,7 +1143,7 @@ static SDL_Surface *SDLTest_LoadIcon(const char *file)
|
||||
SDL_Surface *icon;
|
||||
|
||||
/* Load the icon surface */
|
||||
icon = SDL_LoadBMP(file);
|
||||
icon = SDL_LoadSurface(file);
|
||||
if (!icon) {
|
||||
SDL_Log("Couldn't load %s: %s", file, SDL_GetError());
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user