mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
in before messing with face drawing orientation
This commit is contained in:
parent
3ac2abb0b5
commit
626ed6338a
15 changed files with 133 additions and 277 deletions
|
@ -86,7 +86,8 @@ public:
|
|||
}
|
||||
video::ITexture * getImage()
|
||||
{
|
||||
return g_materials[m_material].getTexture(0);
|
||||
u16 tile = content_tile(m_material, v3s16(1,0,0));
|
||||
return g_tile_materials[tile].getTexture(0);
|
||||
}
|
||||
std::string getText()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue