Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Throw a FIXME in there, we'll need to take care of this later.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 9, 2009
1 parent 51b9053 commit 7078fb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/SDL_video.c
Expand Up @@ -1598,6 +1598,7 @@ SDL_CreateTextureFromSurface(Uint32 format, SDL_Surface * surface)
return 0;
}
} else {
/* FIXME: Get the best supported texture format */
if (surface->format->Amask
|| !(surface->map->info.flags &
(SDL_COPY_COLORKEY | SDL_COPY_MASK | SDL_COPY_BLEND))) {
Expand Down

0 comments on commit 7078fb2

Please sign in to comment.