Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Vazquez <blendergit@gmail.com>2022-10-27 17:55:34 +0300
committerAntonio Vazquez <blendergit@gmail.com>2022-10-27 17:55:34 +0300
commita035861d9d88858f65fcb6b0bd097e4749692a21 (patch)
treefd2fbfc7e5d3906ce0a27a58cc57de14693b7943
parent8712f952e04f4a897fbb3a22fea993cad339c3c4 (diff)
Cleanup: Format
-rw-r--r--source/blender/editors/gpencil/gpencil_sculpt_paint.c2
1 files changed, 1 insertions, 1 deletions
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;
}