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:
authorPeter Kim <pk15950@gmail.com>2021-07-02 12:17:29 +0300
committerPeter Kim <pk15950@gmail.com>2021-07-02 12:17:29 +0300
commitf89f63eefdc5d18979ea4598d06021f8f99c83ed (patch)
treeba346a4ded2f7f94139692e2c7c9fc7c429cb038 /source/blender/editors/space_view3d/view3d_select.c
parent714224ee1ff6224d6334e2fc0e3da77a076d2b6e (diff)
parent9f5c0ffb5ec293af2e4f003c2178d21e20805b47 (diff)
Merge branch 'master' into xr-controller-support
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_select.c')
-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 8d46593549f..db549431a60 100644
--- a/source/blender/editors/space_view3d/view3d_select.c
+++ b/source/blender/editors/space_view3d/view3d_select.c
@@ -1833,7 +1833,7 @@ static bool bone_mouse_select_menu(bContext *C,
continue;
}
/* We can hit a bone multiple times, so make sure we are not adding an already included bone
- * to the list.*/
+ * to the list. */
const bool is_duplicate_bone = BLI_gset_haskey(added_bones, bone_ptr);
if (!is_duplicate_bone) {