Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <b.mont29@gmail.com>2020-02-12 16:34:46 +0300
committerBastien Montagne <b.mont29@gmail.com>2020-02-12 16:35:33 +0300
commit83c6f09746d70c63c964a21286cd4b873a63f76d (patch)
treef55d93a51865743544411ce69ad85e2b083d9d29 /source/blender/modifiers/intern/MOD_weightvg_util.h
parentd104c77af8d5e511a25fbbb5ece73da616b57c1a (diff)
Harmless Fix for recent cleanup.
For some reason that file did not get included in the commit...
Diffstat (limited to 'source/blender/modifiers/intern/MOD_weightvg_util.h')
-rw-r--r--source/blender/modifiers/intern/MOD_weightvg_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_weightvg_util.h b/source/blender/modifiers/intern/MOD_weightvg_util.h
index cb327397785..fa3c61a6b6f 100644
--- a/source/blender/modifiers/intern/MOD_weightvg_util.h
+++ b/source/blender/modifiers/intern/MOD_weightvg_util.h
@@ -70,7 +70,7 @@ void weightvg_do_mask(const ModifierEvalContext *ctx,
const int tex_mapping,
Object *tex_map_object,
const char *tex_uvlayer_name,
- bool invert_vgroup_mask);
+ const bool invert_vgroup_mask);
void weightvg_update_vg(struct MDeformVert *dvert,
int defgrp_idx,