From d2328154810ec6e4b477ab937908060b237f596e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 23 Feb 2012 04:26:24 +0000 Subject: - swap arg order for BM_face_copy() boolean options. - use edge example for BM_face_split(). --- source/blender/bmesh/bmesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/bmesh/bmesh.h') diff --git a/source/blender/bmesh/bmesh.h b/source/blender/bmesh/bmesh.h index ae85c40e270..4ecc58e293a 100644 --- a/source/blender/bmesh/bmesh.h +++ b/source/blender/bmesh/bmesh.h @@ -189,7 +189,7 @@ BM_INLINE void BM_elem_index_set(void *element, const int index); BM_INLINE int BM_elem_index_get(const void *element); /* todo */ -BMFace *BM_face_copy(BMesh *bm, BMFace *f, int copyedges, int copyverts); +BMFace *BM_face_copy(BMesh *bm, BMFace *f, const short copyverts, const short copyedges); /* copies loop data from adjacent faces */ void BM_face_copy_shared(BMesh *bm, BMFace *f); -- cgit v1.2.3