Code Cleanup: reduce sign conversion

This commit is contained in:
2014-01-22 02:56:52 +11:00
parent 4ae7ae6f2e
commit 00119e5ac2
2 changed files with 14 additions and 14 deletions

View File

@@ -211,7 +211,7 @@ bool BKE_mesh_center_centroid(struct Mesh *me, float cent[3]);
/* tessface */
void BKE_mesh_loops_to_mface_corners(
struct CustomData *fdata, struct CustomData *ldata,
struct CustomData *pdata, int lindex[4], int findex,
struct CustomData *pdata, unsigned int lindex[4], int findex,
const int polyindex, const int mf_len,
const int numTex, const int numCol,
const bool hasPCol, const bool hasOrigSpace);