mirror of
https://github.com/love2d/love.git
synced 2026-08-13 17:10:54 +02:00
Removed gif 'support' from ImageData:encode (it never worked, DevIL doesn't support saving gifs)
This commit is contained in:
@@ -168,7 +168,6 @@ StringMap<ImageData::Format, ImageData::FORMAT_MAX_ENUM>::Entry ImageData::forma
|
||||
{
|
||||
{"tga", ImageData::FORMAT_TGA},
|
||||
{"bmp", ImageData::FORMAT_BMP},
|
||||
{"gif", ImageData::FORMAT_GIF},
|
||||
{"jpg", ImageData::FORMAT_JPG},
|
||||
{"png", ImageData::FORMAT_PNG},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user