Cleanup: shadow warning

This commit is contained in:
Campbell Barton 2022-08-17 12:57:17 +10:00
parent 2481be90e3
commit 54827bb7cd
1 changed files with 0 additions and 1 deletions

View File

@ -582,7 +582,6 @@ static void uv_sculpt_stroke_apply(bContext *C,
copy_v2_v2(luv->uv, sculptdata->uv[uvindex].uv);
}
}
SpaceImage *sima = CTX_wm_space_image(C);
if (sima->flag & SI_LIVE_UNWRAP) {
ED_uvedit_live_unwrap_re_solve();
}