From 6f3f891c58fd1f471d8b18dac600a68141ccdd57 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 8 Mar 2017 23:10:31 +1100 Subject: Rename BLI_rct*_init_pt_size -> radius --- source/blender/editors/armature/editarmature_sketch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/armature/editarmature_sketch.c') diff --git a/source/blender/editors/armature/editarmature_sketch.c b/source/blender/editors/armature/editarmature_sketch.c index 3168c7373f9..8690072ca85 100644 --- a/source/blender/editors/armature/editarmature_sketch.c +++ b/source/blender/editors/armature/editarmature_sketch.c @@ -1907,7 +1907,7 @@ static bool sk_selectStroke(bContext *C, SK_Sketch *sketch, const int mval[2], c view3d_set_viewcontext(C, &vc); - BLI_rcti_init_pt_size(&rect, mval, 5); + BLI_rcti_init_pt_radius(&rect, mval, 5); hits = view3d_opengl_select(&vc, buffer, MAXPICKBUF, &rect, true); -- cgit v1.2.3