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