[Bf-blender-cvs] [5be35ad7c94] master: GPencil: Cleanup comment text

Antonioya noreply at git.blender.org
Mon Mar 11 10:45:02 CET 2019


Commit: 5be35ad7c9436a8ff04500b8f694281b36377d04
Author: Antonioya
Date:   Mon Mar 11 10:44:56 2019 +0100
Branches: master
https://developer.blender.org/rB5be35ad7c9436a8ff04500b8f694281b36377d04

GPencil: Cleanup comment text

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

M	source/blender/draw/engines/gpencil/gpencil_draw_utils.c

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

diff --git a/source/blender/draw/engines/gpencil/gpencil_draw_utils.c b/source/blender/draw/engines/gpencil/gpencil_draw_utils.c
index 4875273d8b9..69c8a889801 100644
--- a/source/blender/draw/engines/gpencil/gpencil_draw_utils.c
+++ b/source/blender/draw/engines/gpencil/gpencil_draw_utils.c
@@ -1005,7 +1005,7 @@ static void gpencil_draw_strokes(
 				    ((gp_style->stroke_rgba[3] > GPENCIL_ALPHA_OPACITY_THRESH) ||
 				     (gpl->blend_mode == eGplBlendMode_Normal)))
 				{
-					/* recalc strokes uv (geometry be changed by modifiers) */
+					/* recalc strokes uv (geometry can be changed by modifiers) */
 					if (gps->flag & GP_STROKE_RECALC_GEOMETRY) {
 						ED_gpencil_calc_stroke_uv(ob, gps);
 					}



More information about the Bf-blender-cvs mailing list