Commit: 70c511cecbab488ed17ad8523ac5380f0b24bcce
Author: Antonioya
Date:   Thu Feb 21 12:35:29 2019 +0100
Branches: greasepencil-object
https://developer.blender.org/rB70c511cecbab488ed17ad8523ac5380f0b24bcce

GP: Cleanup style

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

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 901e87b63d2..300b1847936 100644
--- a/source/blender/draw/engines/gpencil/gpencil_draw_utils.c
+++ b/source/blender/draw/engines/gpencil/gpencil_draw_utils.c
@@ -302,7 +302,7 @@ static DRWShadingGroup *DRW_gpencil_shgroup_fill_create(
        DRW_shgroup_uniform_int(grp, "texture_flip", 
&stl->shgroups[id].texture_flip, 1);
 
        DRW_shgroup_uniform_int(grp, "xraymode", (const int *) &gpd->xray_mode, 
1);
-       DRW_shgroup_uniform_int(grp, "drawmode", (const int *)&gpd->draw_mode, 
1);
+       DRW_shgroup_uniform_int(grp, "drawmode", (const int *) &gpd->draw_mode, 
1);
 
        /* image texture */
        if ((gp_style->flag & GP_STYLE_COLOR_TEX_MIX) ||

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

Reply via email to