mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
removed duplicate "bmp"
This commit is contained in:
parent
3264ac4390
commit
31572eaf8a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue