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-12-13 14:56:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-12-13 15:04:14 +0300
commita3375729f8518c8069edafde36953b558329a0db (patch)
tree9ae7a07ec0954ea86e9075d632ee27c06e6ee610 /source/blender/editors/space_view3d
parent54fa78a048084bc3bebb7ca23594d00493cf0550 (diff)
Cleanup: macro hygiene, style, doxy comments
Diffstat (limited to 'source/blender/editors/space_view3d')
-rw-r--r--source/blender/editors/space_view3d/view3d_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_select.c b/source/blender/editors/space_view3d/view3d_select.c
index b3405b4659a..08d8d168e81 100644
--- a/source/blender/editors/space_view3d/view3d_select.c
+++ b/source/blender/editors/space_view3d/view3d_select.c
@@ -794,7 +794,7 @@ static void do_lasso_select_armature__doSelectBone(
if (screen_co_b[0] != IS_CLIPPED) {
if (BLI_rcti_isect_pt(data->rect, UNPACK2(screen_co_b)) &&
- BLI_lasso_is_point_inside(data->mcords, data->moves, UNPACK2(screen_co_b), INT_MAX))
+ BLI_lasso_is_point_inside(data->mcords, data->moves, UNPACK2(screen_co_b), INT_MAX))
{
is_inside_flag |= BONESEL_TIP;
}