From d556ae38742638b04bb86344d2201fcd5472284a Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Mon, 18 Apr 2005 16:06:37 +0000 Subject: [PATCH] On adding monkey primitive, the face centers were not calculated OK. --- source/blender/src/editmesh_add.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/src/editmesh_add.c b/source/blender/src/editmesh_add.c index a86fd23cbae..e37382a3d38 100644 --- a/source/blender/src/editmesh_add.c +++ b/source/blender/src/editmesh_add.c @@ -842,7 +842,7 @@ void add_primitiveMesh(int type) // simple selection flush OK, based on fact it's a single model EM_select_flush(); // flushes vertex -> edge -> face selection - if(type!=0 && type!=10 && type!=13) righthandfaces(1); + if(type!=0 && type!=10) righthandfaces(1); countall(); allqueue(REDRAWINFO, 1); /* 1, because header->win==0! */