Add comment for last one-liner commit.

This commit is contained in:
Joseph Eagar 2021-10-05 14:27:31 -07:00
parent 8082b19c10
commit 727f5efa7b
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ void ED_sculpt_init_transform(struct bContext *C, Object *ob)
SculptSession *ss = ob->sculpt;
Depsgraph *depsgraph = CTX_data_depsgraph_pointer(C);
/* flag update of original data */
ss->stroke_id++;
copy_v3_v3(ss->init_pivot_pos, ss->pivot_pos);