Navigation Menu

Skip to content

Commit

Permalink
Remove unsupported formats from the media enumerator
Browse files Browse the repository at this point in the history
  • Loading branch information
hecktest committed Jul 29, 2021
1 parent 28c98f9 commit 1e2b638
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/server.cpp
Expand Up @@ -2438,10 +2438,9 @@ bool Server::addMediaFile(const std::string &filename,
}
// If name is not in a supported format, ignore it
const char *supported_ext[] = {
".png", ".jpg", ".bmp", ".tga",
".pcx", ".ppm", ".psd", ".wal", ".rgb",
".png", ".jpg", ".bmp",
".ogg",
".x", ".b3d", ".md2", ".obj",
".x", ".b3d", ".obj",
// Custom translation file format
".tr",
NULL
Expand Down

0 comments on commit 1e2b638

Please sign in to comment.