From ea7afe9c483f6b79eb82d818b50edab6caf65abf Mon Sep 17 00:00:00 2001
From: Ton Roosendaal <ton@blender.org>
Date: Thu, 23 Sep 2004 21:06:56 +0000
Subject: [PATCH] Little thing; added recalc normals after subdivide, for face
 centers. We have to check on this all over very well.

---
 source/blender/src/editmesh_tools.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/source/blender/src/editmesh_tools.c b/source/blender/src/editmesh_tools.c
index fefbb408225..5c6f0c74681 100644
--- a/source/blender/src/editmesh_tools.c
+++ b/source/blender/src/editmesh_tools.c
@@ -1727,6 +1727,7 @@ void subdivideflag(int flag, float rad, int beauty)
 	
 	/* since this is all on vertex level, flush vertex selection */
 	EM_select_flush();
+	recalc_editnormals();
 	
 	countall();
 	allqueue(REDRAWVIEW3D, 0);
-- 
GitLab