[Bf-blender-cvs] [23d224101ad] greasepencil-object: Cleanup typo error

Antonio Vazquez noreply at git.blender.org
Mon Aug 14 16:59:59 CEST 2017


Commit: 23d224101ad9ca37caad5dbcd560b8e8e8be7847
Author: Antonio Vazquez
Date:   Mon Aug 14 16:52:10 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rB23d224101ad9ca37caad5dbcd560b8e8e8be7847

Cleanup typo error

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

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 ea4a9f042c0..3190a4bbed6 100644
--- a/source/blender/draw/engines/gpencil/gpencil_engine.c
+++ b/source/blender/draw/engines/gpencil/gpencil_engine.c
@@ -390,7 +390,7 @@ static void GPENCIL_draw_scene(void *vedata)
 				DRW_framebuffer_bind(fbl->vfx_color_fb_a);
 				DRW_framebuffer_clear(true, true, false, clearcol, 1.0f);
 
-				/* wave or copy past */
+				/* wave or copy pass */
 				DRW_draw_pass_subset(psl->vfx_wave_pass,
 					cache->init_vfx_wave_sh,
 					cache->end_vfx_wave_sh);




More information about the Bf-blender-cvs mailing list