Throw a FIXME in there, we'll need to take care of this later.

This commit is contained in:
Sam Lantinga 2009-02-09 06:15:06 +00:00
parent e141340a20
commit 5cdfe31db1

View File

@ -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))) {