[Bf-blender-cvs] [4a26f3b] master: correct last commit

Campbell Barton noreply at git.blender.org
Thu Jun 4 15:47:41 CEST 2015


Commit: 4a26f3b569c822ff0837ce9d080ac109947bcc5f
Author: Campbell Barton
Date:   Thu Jun 4 23:47:03 2015 +1000
Branches: master
https://developer.blender.org/rB4a26f3b569c822ff0837ce9d080ac109947bcc5f

correct last commit

===================================================================

M	source/blender/bmesh/tools/bmesh_decimate_collapse.c

===================================================================

diff --git a/source/blender/bmesh/tools/bmesh_decimate_collapse.c b/source/blender/bmesh/tools/bmesh_decimate_collapse.c
index 73ce7e6..3bcf9a3 100644
--- a/source/blender/bmesh/tools/bmesh_decimate_collapse.c
+++ b/source/blender/bmesh/tools/bmesh_decimate_collapse.c
@@ -251,6 +251,7 @@ static void bm_decim_build_edge_cost_single(
 		}
 	}
 	else {
+		goto clear;
 	}
 
 	if (vweights) {




More information about the Bf-blender-cvs mailing list