]> git.lizzy.rs Git - minetest.git/blobdiff - src/wieldmesh.h
Fix segfaults caused by the Environment not being initialized yet
[minetest.git] / src / wieldmesh.h
index 933b5376331912bc3ee543930e1477563676679f..3f4f4fc042a5e5c46a5c41f02cee8de0a7e4ab94 100644 (file)
@@ -48,6 +48,9 @@ class WieldMeshSceneNode: public scene::ISceneNode
        // Must only be used if the constructor was called with lighting = false
        void setColor(video::SColor color);
 
+       scene::IMesh *getMesh()
+       { return m_meshnode->getMesh(); }
+
        virtual void render();
 
        virtual const core::aabbox3d<f32>& getBoundingBox() const