From 2dda20a96e6b5f54d195a23d661db23d4596b415 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 10 Feb 2012 06:50:16 +0000 Subject: Style Edits only: use TRUE/FALSE rather then 1/0 --- source/blender/editors/uvedit/uvedit_draw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/uvedit/uvedit_draw.c') diff --git a/source/blender/editors/uvedit/uvedit_draw.c b/source/blender/editors/uvedit/uvedit_draw.c index b081941e71b..41fe8ad7275 100644 --- a/source/blender/editors/uvedit/uvedit_draw.c +++ b/source/blender/editors/uvedit/uvedit_draw.c @@ -517,8 +517,8 @@ static void draw_uvs(SpaceImage *sima, Scene *scene, Object *obedit) #endif em= me->edit_btmesh; - activetf= EDBM_get_active_mtexpoly(em, &efa_act, 0); /* will be set to NULL if hidden */ - activef = BM_get_actFace(em->bm, 0); + activetf= EDBM_get_active_mtexpoly(em, &efa_act, FALSE); /* will be set to NULL if hidden */ + activef = BM_get_actFace(em->bm, FALSE); ts= scene->toolsettings; drawfaces= draw_uvs_face_check(scene); -- cgit v1.2.3