mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
bmp isn't a supported format for ImageData:encode.
--HG-- branch : minor
This commit is contained in:
@@ -55,8 +55,6 @@ static CFStringRef getFormatType(ImageData::Format format)
|
||||
{
|
||||
switch (format)
|
||||
{
|
||||
case ImageData::FORMAT_BMP:
|
||||
return kUTTypeBMP;
|
||||
case ImageData::FORMAT_JPG:
|
||||
return kUTTypeJPEG;
|
||||
case ImageData::FORMAT_TGA:
|
||||
|
||||
Reference in New Issue
Block a user