From 93d1acfb5c2174a36486c806364486b9021490b0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 2 Aug 2015 23:35:58 +1000 Subject: correct ifdef --- source/blender/bmesh/operators/bmo_connect_pair.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/bmesh') diff --git a/source/blender/bmesh/operators/bmo_connect_pair.c b/source/blender/bmesh/operators/bmo_connect_pair.c index ead1c7126e4..12af8902dc5 100644 --- a/source/blender/bmesh/operators/bmo_connect_pair.c +++ b/source/blender/bmesh/operators/bmo_connect_pair.c @@ -215,7 +215,7 @@ static void state_calc_co_pair( interp_v3_v3v3(r_co, co_a, co_b, fac); } -#ifdef DEBUG +#ifndef NDEBUG /** * Ideally we wouldn't need this and for most cases we don't. * But when a face has vertices that are on the boundary more than once this becomes tricky. -- cgit v1.2.3