From d1bd33407da3183335805beec561c18e6f5aa6e0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 13 Feb 2020 14:01:52 +1100 Subject: Cleanup: pass const variables --- source/blender/modifiers/intern/MOD_weighted_normal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/modifiers/intern/MOD_weighted_normal.c') diff --git a/source/blender/modifiers/intern/MOD_weighted_normal.c b/source/blender/modifiers/intern/MOD_weighted_normal.c index 84ba6a7b148..92055119298 100644 --- a/source/blender/modifiers/intern/MOD_weighted_normal.c +++ b/source/blender/modifiers/intern/MOD_weighted_normal.c @@ -360,7 +360,7 @@ static void apply_weights_vertex_normal(WeightedNormalModifierData *wnmd, } else { /* TODO: Ideally, we could add an option to BKE_mesh_normals_loop_custom_[from_vertices_]set() - * to keep current clnors instead of resetting them to default autocomputed ones, + * to keep current clnors instead of resetting them to default auto-computed ones, * when given new custom normal is zero-vec. * But this is not exactly trivial change, better to keep this optimization for later... */ -- cgit v1.2.3