[Bf-blender-cvs] [da62507bc8f] master: Cleanup: remove misleading array size

Campbell Barton noreply at git.blender.org
Mon Mar 12 06:30:34 CET 2018


Commit: da62507bc8f00f6cd443b450d973114c762b16fc
Author: Campbell Barton
Date:   Mon Mar 12 16:37:26 2018 +1100
Branches: master
https://developer.blender.org/rBda62507bc8f00f6cd443b450d973114c762b16fc

Cleanup: remove misleading array size

===================================================================

M	source/blender/editors/uvedit/uvedit_ops.c

===================================================================

diff --git a/source/blender/editors/uvedit/uvedit_ops.c b/source/blender/editors/uvedit/uvedit_ops.c
index b95327cf700..c0e9b0d1404 100644
--- a/source/blender/editors/uvedit/uvedit_ops.c
+++ b/source/blender/editors/uvedit/uvedit_ops.c
@@ -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;



More information about the Bf-blender-cvs mailing list