Fix T99869: Edge crease no longer working

Missed in d14c2d549b
This commit is contained in:
Germano Cavalcante 2022-07-20 10:28:14 -03:00
parent a814c7091b
commit 29c68e2523
Notes: blender-bot 2023-02-13 22:37:44 +01:00
Referenced by issue #99869, Edge crease no longer working
1 changed files with 2 additions and 2 deletions

View File

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