fix own error BLI_rctf_cent_x/y were incorrectly returning int's, also quiet some warnings.

This commit is contained in:
2012-09-18 08:00:19 +00:00
parent 3094a02e6e
commit 8e641348f9
5 changed files with 7 additions and 7 deletions

View File

@@ -148,7 +148,7 @@ struct BMFace *EDBM_face_find_nearest(struct ViewContext *vc, int *dist);
int EDBM_select_pick(struct bContext *C, const int mval[2], short extend, short deselect, short toggle);
void EDBM_selectmode_set(struct BMEditMesh *em);
void EDBM_selectmode_convert(struct BMEditMesh *em, short oldmode, const short selectmode);
void EDBM_selectmode_convert(struct BMEditMesh *em, short selectmode_old, const short selectmode_new);
void EDBM_deselect_by_material(struct BMEditMesh *em, const short index, const short select);