mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 01:25:20 +02:00
Textures: Load base pack only as last fallback (#8974)
This commit is contained in:
@@ -64,7 +64,7 @@ std::string getImagePath(std::string path);
|
||||
|
||||
Utilizes a thread-safe cache.
|
||||
*/
|
||||
std::string getTexturePath(const std::string &filename);
|
||||
std::string getTexturePath(const std::string &filename, bool *is_base_pack = nullptr);
|
||||
|
||||
void clearTextureNameCache();
|
||||
|
||||
|
Reference in New Issue
Block a user