Merge branch 'blender-v3.0-release'

This commit is contained in:
Campbell Barton 2021-11-01 17:22:44 +11:00
commit 49a0453799
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ static int snap_selected_to_active_exec(bContext *C, wmOperator *op)
return OPERATOR_CANCELLED;
}
if (!snap_selected_to_location(C, snap_target_global, -1, false, true)) {
if (!snap_selected_to_location(C, snap_target_global, false, -1, true)) {
return OPERATOR_CANCELLED;
}
return OPERATOR_FINISHED;