summaryrefslogtreecommitdiff
path: root/src/inventory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r--src/inventory.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inventory.cpp b/src/inventory.cpp
index 289b5bb2b..f91e2e0b6 100644
--- a/src/inventory.cpp
+++ b/src/inventory.cpp
@@ -160,7 +160,6 @@ video::ITexture * CraftItem::getImage()
name = "cloud.png";
// Get such a texture
- //return g_irrlicht->getTexture(name);
return g_texturesource->getTextureRaw(name);
}
#endif