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>2020-08-13 12:17:25 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-08-13 12:17:25 +0300
commitcba7391d4a42a44efeddae3ff717e542a3c73738 (patch)
tree4e79864fbc17af721c82aa0c2be689d3739d8101 /source/blender/editors/gpencil/gpencil_vertex_paint.c
parentb109537df16e037aab09b3e2ce40e9e9a58ac17d (diff)
GPencil: Make format
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_vertex_paint.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_vertex_paint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_vertex_paint.c b/source/blender/editors/gpencil/gpencil_vertex_paint.c
index 34731e1270c..fbb1e0dcb08 100644
--- a/source/blender/editors/gpencil/gpencil_vertex_paint.c
+++ b/source/blender/editors/gpencil/gpencil_vertex_paint.c
@@ -819,7 +819,7 @@ static void gpencil_save_selected_point(tGP_BrushVertexpaintData *gso,
gso->pbuffer_used++;
}
-/* Select points in this stroke and add to an array to be used later.
+/* Select points in this stroke and add to an array to be used later.
* Returns true if any point was hit and got saved */
static bool gpencil_vertexpaint_select_stroke(tGP_BrushVertexpaintData *gso,
bGPDstroke *gps,