Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/blender/bmesh/operators/bmo_grid_fill.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/bmesh/operators/bmo_grid_fill.c b/source/blender/bmesh/operators/bmo_grid_fill.c
index 64b1ceee003..98273f2ebd8 100644
--- a/source/blender/bmesh/operators/bmo_grid_fill.c
+++ b/source/blender/bmesh/operators/bmo_grid_fill.c
@@ -251,7 +251,9 @@ static void bm_grid_fill(BMesh *bm,
const int ytot = BM_edgeloop_length_get(estore_rail_a);
//BMVert *v;
int i;
+#ifdef DEBUG
int x, y;
+#endif
LinkData *el;
bool use_flip = false;