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;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to