active face was incorrectly set on entering editmode.

This commit is contained in:
Campbell Barton 2010-02-05 15:07:44 +00:00
parent 2973ffbb49
commit 31955feba1

@ -894,7 +894,7 @@ void make_editMesh(Scene *scene, Object *ob)
}
}
if(EM_get_actFace(em, 0) && efa_last_sel) {
if(EM_get_actFace(em, 0)==NULL && efa_last_sel) {
EM_set_actFace(em, efa_last_sel);
}