Fix #114830: Sculpt line project inverted

Caused by 44b79af4fc
This commit is contained in:
Hans Goudey 2023-11-16 10:31:49 +01:00
parent 4ee531cf26
commit 31c1207c1a
1 changed files with 1 additions and 1 deletions

View File

@ -1530,7 +1530,7 @@ static void project_line_gesture_apply_task(SculptGestureContext *sgcontext, PBV
const float *co = SCULPT_vertex_co_get(sgcontext->ss, vd.vertex);
SCULPT_vertex_normal_get(sgcontext->ss, vd.vertex, vertex_normal);
if (sculpt_gesture_is_effected(sgcontext, co, vertex_normal)) {
if (!sculpt_gesture_is_effected(sgcontext, co, vertex_normal)) {
continue;
}