diff options
Diffstat (limited to 'src/wieldmesh.h')
-rw-r--r-- | src/wieldmesh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wieldmesh.h b/src/wieldmesh.h index 87b8a8efe..0908d3ac2 100644 --- a/src/wieldmesh.h +++ b/src/wieldmesh.h @@ -137,4 +137,4 @@ scene::SMesh *getExtrudedMesh(ITextureSource *tsrc, const std::string &imagename */ void postProcessNodeMesh(scene::SMesh *mesh, const ContentFeatures &f, bool use_shaders, bool set_material, const video::E_MATERIAL_TYPE *mattype, - std::vector<ItemPartColor> *colors); + std::vector<ItemPartColor> *colors, bool apply_scale = false); |