1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Clean InventoryItem interface a bit

This commit is contained in:
Perttu Ahola 2011-11-16 14:44:01 +02:00
parent 7a29b14a20
commit f68fa667c8
5 changed files with 20 additions and 23 deletions

View file

@ -39,7 +39,7 @@ void drawInventoryItem(video::IVideoDriver *driver,
return;
video::ITexture *texture = NULL;
texture = item->getImage(tsrc);
texture = item->getImage();
if(texture != NULL)
{