Fix after merge

This commit is contained in:
Pablo Dobarro 2021-03-03 16:43:41 +01:00
parent f2024f7d99
commit 0acaa40c08
1 changed files with 1 additions and 1 deletions

View File

@ -1396,7 +1396,7 @@ static int sculpt_expand_target_vertex_update_and_get(bContext *C,
{
SculptSession *ss = ob->sculpt;
SculptCursorGeometryInfo sgi;
if (SCULPT_cursor_geometry_info_update(C, &sgi, mouse, false)) {
if (SCULPT_cursor_geometry_info_update(C, &sgi, mouse, false, false)) {
return SCULPT_active_vertex_get(ss);
}
else {