mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Removed IrrlichtWrapper
This commit is contained in:
@@ -24,7 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
// For object wrapping
|
||||
#include "map.h"
|
||||
#include "inventory.h"
|
||||
#include "irrlichtwrapper.h"
|
||||
#include "utility.h"
|
||||
|
||||
/*
|
||||
@@ -361,8 +360,6 @@ video::ITexture * ItemObject::getItemImage()
|
||||
InventoryItem *item = createInventoryItem();
|
||||
if(item)
|
||||
texture = item->getImage();
|
||||
/*else
|
||||
texture = g_irrlicht->getTexture(porting::getDataPath("cloud.png").c_str());*/
|
||||
if(item)
|
||||
delete item;
|
||||
return texture;
|
||||
|
Reference in New Issue
Block a user