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:
Diffstat (limited to 'source/blender/editors/space_clip/tracking_select.c')
-rw-r--r--source/blender/editors/space_clip/tracking_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_clip/tracking_select.c b/source/blender/editors/space_clip/tracking_select.c
index 7f58f30d2d2..81cc858c69f 100644
--- a/source/blender/editors/space_clip/tracking_select.c
+++ b/source/blender/editors/space_clip/tracking_select.c
@@ -599,7 +599,7 @@ void CLIP_OT_select_box(wmOperatorType *ot)
static int do_lasso_select_marker(bContext *C,
const int mcoords[][2],
- const short mcoords_len,
+ const int mcoords_len,
bool select)
{
SpaceClip *sc = CTX_wm_space_clip(C);