Fix crease and bevel weight unaffected when transforming

Regression in 3b761901b
This commit is contained in:
Germano Cavalcante 2023-01-11 12:49:19 -03:00
parent ad01cdd7fc
commit 5029f3e483
1 changed files with 2 additions and 2 deletions

View File

@ -103,8 +103,8 @@ static void createTransEdge(bContext *UNUSED(C), TransInfo *t)
td->ext = NULL;
fl_ptr = BM_ELEM_CD_GET_VOID_P(eed, cd_edge_float_offset);
td->loc = fl_ptr;
td->iloc[0] = *fl_ptr;
td->val = fl_ptr;
td->ival = *fl_ptr;
td++;
}