From 99a386da9ecc2cd3bdf2f1149e1a7de578190c56 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 13 Oct 2014 17:52:14 +0200 Subject: Code cleanup: Prevent possible int->float conversion --- source/blender/editors/mask/mask_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/mask') diff --git a/source/blender/editors/mask/mask_ops.c b/source/blender/editors/mask/mask_ops.c index 704be32d6f5..d322ca931b9 100644 --- a/source/blender/editors/mask/mask_ops.c +++ b/source/blender/editors/mask/mask_ops.c @@ -1167,7 +1167,7 @@ static bool slide_spline_curvature_check(bContext *C, const wmEvent *event) { Mask *mask = CTX_data_edit_mask(C); float co[2]; - const float threshold = 19; + const float threshold = 19.0f; ED_mask_mouse_pos(CTX_wm_area(C), CTX_wm_region(C), event->mval, co); -- cgit v1.2.3