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>2020-10-21 17:59:08 +0300
committerPeter Kim <pk15950@gmail.com>2020-10-21 17:59:08 +0300
commita6c5a1a2dc9eca15daf83b23d02a5e8532a7be9f (patch)
treef9a8e6905072b2caded8ef031df67a8ebcc4bb6f /source/blender/editors/space_view3d/view3d_select.c
parentceab20d5e5289a36150cb6b6abecd5a45a57cff7 (diff)
parent959a06b8ffdfe7eb28721c6ec559354825819058 (diff)
Merge branch 'master' into xr-actions-D9124
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 a9afe73275c..35ac43a3062 100644
--- a/source/blender/editors/space_view3d/view3d_select.c
+++ b/source/blender/editors/space_view3d/view3d_select.c
@@ -1693,7 +1693,7 @@ static int selectbuffer_ret_hits_5(uint *buffer,
* Checks three selection levels and compare.
*
* \param do_nearest_xray_if_supported: When set, read in hits that don't stop
- * at the nearest surface. The hit's must still be ordered by depth.
+ * at the nearest surface. The hits must still be ordered by depth.
* Needed so we can step to the next, non-active object when it's already selected, see: T76445.
*/
static int mixed_bones_object_selectbuffer(ViewContext *vc,