removed duplicate "bmp"
parent
3264ac4390
commit
31572eaf8a
|
@ -63,7 +63,7 @@ inline std::string getImagePath(std::string path)
|
|||
{
|
||||
// A NULL-ended list of possible image extensions
|
||||
const char *extensions[] = {
|
||||
"png", "jpg", "bmp", "tga", "bmp",
|
||||
"png", "jpg", "bmp", "tga",
|
||||
"pcx", "ppm", "psd", "wal", "rgb",
|
||||
NULL
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue