|
|
|
|
@ -54,7 +54,7 @@ void AnyImageImporter::doOpenFile(const std::string& filename) {
|
|
|
|
|
std::string plugin; |
|
|
|
|
if(Utility::String::endsWith(filename, ".bmp")) |
|
|
|
|
plugin = "BmpImporter"; |
|
|
|
|
if(Utility::String::endsWith(filename, ".dds")) |
|
|
|
|
else if(Utility::String::endsWith(filename, ".dds")) |
|
|
|
|
plugin = "DdsImporter"; |
|
|
|
|
else if(Utility::String::endsWith(filename, ".gif")) |
|
|
|
|
plugin = "GifImporter"; |
|
|
|
|
|