[Bf-blender-cvs] [70c511cecba] greasepencil-object: GP: Cleanup style

Antonioya noreply at git.blender.org
Thu Feb 21 12:36:13 CET 2019


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) ||



More information about the Bf-blender-cvs mailing list