[Bf-blender-cvs] [7c3588c6031] greasepencil-object: Cleanup comment

Antonio Vazquez noreply at git.blender.org
Mon Oct 2 11:13:27 CEST 2017


Commit: 7c3588c6031148322ef240987121f31b2280195c
Author: Antonio Vazquez
Date:   Mon Oct 2 11:13:09 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rB7c3588c6031148322ef240987121f31b2280195c

Cleanup comment

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

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

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

diff --git a/source/blender/draw/engines/gpencil/gpencil_engine.c b/source/blender/draw/engines/gpencil/gpencil_engine.c
index f69035fe15e..de83c70eee4 100644
--- a/source/blender/draw/engines/gpencil/gpencil_engine.c
+++ b/source/blender/draw/engines/gpencil/gpencil_engine.c
@@ -664,7 +664,7 @@ static void GPENCIL_draw_scene(void *vedata)
 					DRW_framebuffer_bind(dfbl->default_fb);
 
 					MULTISAMPLE_SYNC_ENABLE(dfbl)
-						/* Mix Pass: DRW_STATE_WRITE_COLOR | DRW_STATE_BLEND | DRW_STATE_WRITE_DEPTH | DRW_STATE_DEPTH_LESS */
+					/* Mix Pass: DRW_STATE_WRITE_COLOR | DRW_STATE_BLEND | DRW_STATE_WRITE_DEPTH | DRW_STATE_DEPTH_LESS */
 					DRW_draw_pass(psl->mix_pass);
 					/* prepare for fast drawing */
 					gpencil_prepare_fast_drawing(stl, dfbl, fbl, psl->mix_pass_noblend, clearcol);



More information about the Bf-blender-cvs mailing list