[Bf-blender-cvs] [ebaccc96a5d] greasepencil-object: Cleanup: Fix comment typo

Antonio Vazquez noreply at git.blender.org
Wed Jun 6 20:18:15 CEST 2018


Commit: ebaccc96a5d8ba76913602f3b79482af7962348a
Author: Antonio Vazquez
Date:   Wed Jun 6 20:18:10 2018 +0200
Branches: greasepencil-object
https://developer.blender.org/rBebaccc96a5d8ba76913602f3b79482af7962348a

Cleanup: Fix comment typo

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

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 73287b564ea..0101994fb02 100644
--- a/source/blender/draw/engines/gpencil/gpencil_draw_utils.c
+++ b/source/blender/draw/engines/gpencil/gpencil_draw_utils.c
@@ -270,7 +270,7 @@ static DRWShadingGroup *DRW_gpencil_shgroup_fill_create(
 
 	DRW_shgroup_uniform_vec4(grp, "color2", gp_style->mix_rgba, 1);
 
-	/* set styil�e type */
+	/* set style type */
 	switch (gp_style->fill_style) {
 		case GP_STYLE_FILL_STYLE_SOLID:
 			stl->shgroups[id].fill_style = SOLID;



More information about the Bf-blender-cvs mailing list