Cleanup: remove misleading array size

This commit is contained in:
Campbell Barton 2018-03-12 16:37:26 +11:00
parent d75456196f
commit da62507bc8
1 changed files with 1 additions and 1 deletions

View File

@ -2075,7 +2075,7 @@ static void UV_OT_select_all(wmOperatorType *ot)
/* ******************** mouse select operator **************** */
static bool uv_sticky_select(float *limit, int hitv[4], int v, float *hituv[4], float *uv, int sticky, int hitlen)
static bool uv_sticky_select(float *limit, int hitv[], int v, float *hituv[], float *uv, int sticky, int hitlen)
{
int i;