mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
Clean up tiledef/layer handling in wield mesh
This commit is contained in:
parent
9972639e26
commit
6d87c219a2
4 changed files with 83 additions and 52 deletions
|
@ -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);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue