mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Remove BMP image support (#15434)
Co-authored-by: Lars Mueller <appgurulars@gmx.de>
This commit is contained in:
@@ -765,7 +765,7 @@ bool Client::loadMedia(const std::string &data, const std::string &filename,
|
||||
std::string name;
|
||||
|
||||
const char *image_ext[] = {
|
||||
".png", ".jpg", ".bmp", ".tga",
|
||||
".png", ".jpg", ".tga",
|
||||
NULL
|
||||
};
|
||||
name = removeStringEnd(filename, image_ext);
|
||||
|
Reference in New Issue
Block a user