[Bf-blender-cvs] [a319469] master: Correct last commit

Campbell Barton noreply at git.blender.org
Sun Sep 14 09:42:50 CEST 2014


Commit: a319469260a2dcc1b1855b96f072b7466e0df22f
Author: Campbell Barton
Date:   Sun Sep 14 17:42:33 2014 +1000
Branches: master
https://developer.blender.org/rBa319469260a2dcc1b1855b96f072b7466e0df22f

Correct last commit

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

M	source/blender/blenlib/intern/polyfill2d.c

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

diff --git a/source/blender/blenlib/intern/polyfill2d.c b/source/blender/blenlib/intern/polyfill2d.c
index 40390b0..a00d95a0 100644
--- a/source/blender/blenlib/intern/polyfill2d.c
+++ b/source/blender/blenlib/intern/polyfill2d.c
@@ -662,11 +662,11 @@ static PolyIndex *pf_ear_tip_find(
 static bool pf_ear_tip_check(PolyFill *pf, PolyIndex *pi_ear_tip)
 {
 #ifndef USE_KDTREE
-	const float *v1, *v2, *v3;
-#else
 	/* localize */
 	const float (*coords)[2] = pf->coords;
 	PolyIndex *pi_curr;
+
+	const float *v1, *v2, *v3;
 #endif
 
 #if defined(USE_CONVEX_SKIP) && !defined(USE_KDTREE)




More information about the Bf-blender-cvs mailing list