mirror of
https://github.com/minetest/minetest.git
synced 2025-07-04 17:00:23 +02:00
Get the mesh working through the memory cache properly. Most credit goes to celeron55 for the help on this code
Get the texture from memory as well Add .x to the list of supported formats Update LUA API documentation
This commit is contained in:
committed by
Perttu Ahola
parent
f9675bd2b4
commit
9c8ba42750
@ -4055,7 +4055,7 @@ void Server::fillMediaCache()
|
||||
".png", ".jpg", ".bmp", ".tga",
|
||||
".pcx", ".ppm", ".psd", ".wal", ".rgb",
|
||||
".ogg",
|
||||
".b3d", ".md2", ".obj",
|
||||
".x", ".b3d", ".md2", ".obj",
|
||||
NULL
|
||||
};
|
||||
if(removeStringEnd(filename, supported_ext) == ""){
|
||||
|
Reference in New Issue
Block a user