Generic NodeMetadata text input
[oweals/minetest.git] / src / inventory.h
index dc5b04ff7cc4bfa9053e2427b379fc842b2abc9f..c202d5533125c860dbf15030c2da54840f592ec3 100644 (file)
@@ -151,10 +151,7 @@ public:
                return new MaterialItem(m_content, m_count);
        }
 #ifndef SERVER
-       video::ITexture * getImage() const
-       {
-               return content_features(m_content).inventory_texture;
-       }
+       video::ITexture * getImage() const;
 #endif
        std::string getText()
        {