1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-20 11:35:21 +02:00

Clean up tiledef/layer handling in wield mesh

This commit is contained in:
sfan5
2025-09-21 11:21:06 +02:00
parent b816542e22
commit 293544fb48
4 changed files with 83 additions and 52 deletions

View File

@@ -79,7 +79,8 @@ public:
*/
u32 getTextureId(const std::string &name);
// Finds out the name of a cached texture.
/// @brief Finds out the name of a cached texture.
/// @note DO NOT USE IN NEW CODE
std::string getTextureName(u32 id);
/*