From 09f29c0b70357684b270745167cc30a3134b8d98 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 27 Mar 2012 04:46:52 +0000 Subject: style/name cleanup: have EDBM_* functions match our style guide and also match BM_ function naming conventions --- source/blender/editors/util/ed_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/util') diff --git a/source/blender/editors/util/ed_util.c b/source/blender/editors/util/ed_util.c index fcf95047414..78616a2c228 100644 --- a/source/blender/editors/util/ed_util.c +++ b/source/blender/editors/util/ed_util.c @@ -109,7 +109,7 @@ void ED_editors_exit(bContext *C) if (ob->type==OB_MESH) { Mesh *me= ob->data; if (me->edit_btmesh) { - EDBM_FreeEditBMesh(me->edit_btmesh); + EDBM_mesh_free(me->edit_btmesh); MEM_freeN(me->edit_btmesh); me->edit_btmesh= NULL; } -- cgit v1.2.3