Merge branch 'blender-v2.83-release'

This commit is contained in:
Campbell Barton 2020-04-28 18:38:15 +10:00
commit 3afa2e94ba
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ static int pose_select_connected_invoke(bContext *C, wmOperator *op, const wmEve
}
/* Select children */
for (curBone = bone->childbase.first; curBone; curBone = next) {
for (curBone = bone->childbase.first; curBone; curBone = curBone->next) {
selectconnected_posebonechildren(base->object, curBone, extend);
}