Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-03-12 08:38:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-03-12 08:38:41 +0300
commit8f4579affd3809aa7e21a8985b2c45ee2a655695 (patch)
treec4c8262838057289a880d7027eb8ed67b0bbd8aa /source/blender/editors/uvedit
parentba01cdc77076f12e421ca8ffa60218b19f313662 (diff)
parentda62507bc8f00f6cd443b450d973114c762b16fc (diff)
Merge branch 'master' into 28
Diffstat (limited to 'source/blender/editors/uvedit')
-rw-r--r--source/blender/editors/uvedit/uvedit_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/uvedit/uvedit_ops.c b/source/blender/editors/uvedit/uvedit_ops.c
index 1c54ea0ebc1..5b1320df51d 100644
--- a/source/blender/editors/uvedit/uvedit_ops.c
+++ b/source/blender/editors/uvedit/uvedit_ops.c
@@ -1981,7 +1981,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;