mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Clean InventoryItem interface a bit
This commit is contained in:
@@ -39,7 +39,7 @@ void drawInventoryItem(video::IVideoDriver *driver,
|
||||
return;
|
||||
|
||||
video::ITexture *texture = NULL;
|
||||
texture = item->getImage(tsrc);
|
||||
texture = item->getImage();
|
||||
|
||||
if(texture != NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user