mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Textures: Load base pack only as last fallback (#8974)
This commit is contained in:
parent
c2458d3d3a
commit
61e9c1b0dd
2 changed files with 14 additions and 5 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue