mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Removed IrrlichtWrapper
This commit is contained in:
parent
983bf6677d
commit
b36e5c0508
13 changed files with 18 additions and 770 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue