[Bf-blender-cvs] [a035861d9d8] temp-gpencil-automask: Cleanup: Format

Antonio Vazquez noreply at git.blender.org
Thu Oct 27 16:55:58 CEST 2022


Commit: a035861d9d88858f65fcb6b0bd097e4749692a21
Author: Antonio Vazquez
Date:   Thu Oct 27 16:55:34 2022 +0200
Branches: temp-gpencil-automask
https://developer.blender.org/rBa035861d9d88858f65fcb6b0bd097e4749692a21

Cleanup: Format

===================================================================

M	source/blender/editors/gpencil/gpencil_sculpt_paint.c

===================================================================

diff --git a/source/blender/editors/gpencil/gpencil_sculpt_paint.c b/source/blender/editors/gpencil/gpencil_sculpt_paint.c
index c42d48d8364..644a9c9232d 100644
--- a/source/blender/editors/gpencil/gpencil_sculpt_paint.c
+++ b/source/blender/editors/gpencil/gpencil_sculpt_paint.c
@@ -1956,7 +1956,7 @@ static bool get_automasking_strokes_list(tGP_BrushEditData *gso)
 
               /* Check segment. */
               if (!pick_stroke && gpencil_stroke_inside_circle(
-                      gso->mval, radius, pc1[0], pc1[1], pc2[0], pc2[1])) {
+                                      gso->mval, radius, pc1[0], pc1[1], pc2[0], pc2[1])) {
                 pick_stroke = true;
                 i = gps->totpoints;
               }



More information about the Bf-blender-cvs mailing list