Enabled GIF format for images (not GIF-animations) as requested by user.

This commit is contained in:
AlexVinS
2019-02-07 03:23:14 +03:00
parent 0ccdd31586
commit 14e294553d
+1
View File
@@ -130,6 +130,7 @@ EResType::Type EResTypeHelper::getTypeFromExtension(std::string extension)
{".FNT", EResType::BMP_FONT}, {".FNT", EResType::BMP_FONT},
{".TTF", EResType::TTF_FONT}, {".TTF", EResType::TTF_FONT},
{".BMP", EResType::IMAGE}, {".BMP", EResType::IMAGE},
{".GIF", EResType::IMAGE},
{".JPG", EResType::IMAGE}, {".JPG", EResType::IMAGE},
{".PCX", EResType::IMAGE}, {".PCX", EResType::IMAGE},
{".PNG", EResType::IMAGE}, {".PNG", EResType::IMAGE},