From 9b8be0bc0c497d0682b439e3d10bea1f83a3d115 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sat, 1 Nov 2014 16:34:35 +0100 Subject: Cleanup/fix from latest coverity report. Mostly harmless things, though the 'multires' error was a real bug. --- source/blender/modifiers/intern/MOD_meshdeform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/modifiers') diff --git a/source/blender/modifiers/intern/MOD_meshdeform.c b/source/blender/modifiers/intern/MOD_meshdeform.c index c509bf44fc8..472f35f3d18 100644 --- a/source/blender/modifiers/intern/MOD_meshdeform.c +++ b/source/blender/modifiers/intern/MOD_meshdeform.c @@ -223,7 +223,7 @@ static void meshdeform_vert_task(void *userdata, int iter) const MDeformVert *dvert = data->dvert; const int defgrp_index = data->defgrp_index; const int *offsets = mmd->bindoffsets; - const MDefInfluence *influences = influences = mmd->bindinfluences; + const MDefInfluence *influences = mmd->bindinfluences; /*const*/ float (*dco)[3] = data->dco; float (*vertexCos)[3] = data->vertexCos; float co[3]; -- cgit v1.2.3