]> git.lizzy.rs Git - minetest.git/blobdiff - src/client/wieldmesh.h
Fix MSVC compiler warnings (#10197)
[minetest.git] / src / client / wieldmesh.h
index 7c80a811b885b0d3dd957bf669e74d06a4d1f7b2..93309723088385460f9348af97aa532cc89c7eff 100644 (file)
@@ -87,6 +87,8 @@ class WieldMeshSceneNode : public scene::ISceneNode
        // Must only be used if the constructor was called with lighting = false
        void setColor(video::SColor color);
 
+       void setNodeLightColor(video::SColor color);
+
        scene::IMesh *getMesh() { return m_meshnode->getMesh(); }
 
        virtual void render();