summaryrefslogtreecommitdiff
path: root/src/client/wieldmesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/wieldmesh.h')
-rw-r--r--src/client/wieldmesh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/wieldmesh.h b/src/client/wieldmesh.h
index 0908d3ac2..7c80a811b 100644
--- a/src/client/wieldmesh.h
+++ b/src/client/wieldmesh.h
@@ -80,7 +80,8 @@ public:
void setCube(const ContentFeatures &f, v3f wield_scale);
void setExtruded(const std::string &imagename, const std::string &overlay_image,
v3f wield_scale, ITextureSource *tsrc, u8 num_frames);
- void setItem(const ItemStack &item, Client *client);
+ void setItem(const ItemStack &item, Client *client,
+ bool check_wield_image = true);
// Sets the vertex color of the wield mesh.
// Must only be used if the constructor was called with lighting = false