[Bf-blender-cvs] [c5fbf68d683] greasepencil-object: Cleanup: Fix comment

Antonio Vazquez noreply at git.blender.org
Thu Jun 7 09:35:27 CEST 2018


Commit: c5fbf68d683ff8ad97cfe9c415cdedc050f101ec
Author: Antonio Vazquez
Date:   Thu Jun 7 09:35:19 2018 +0200
Branches: greasepencil-object
https://developer.blender.org/rBc5fbf68d683ff8ad97cfe9c415cdedc050f101ec

Cleanup: Fix comment

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

M	source/blender/draw/engines/gpencil/shaders/gpencil_fill_frag.glsl

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

diff --git a/source/blender/draw/engines/gpencil/shaders/gpencil_fill_frag.glsl b/source/blender/draw/engines/gpencil/shaders/gpencil_fill_frag.glsl
index 4e52d59dc4d..0eebd865bb7 100644
--- a/source/blender/draw/engines/gpencil/shaders/gpencil_fill_frag.glsl
+++ b/source/blender/draw/engines/gpencil/shaders/gpencil_fill_frag.glsl
@@ -19,7 +19,7 @@ uniform int xraymode;
 uniform sampler2D myTexture;
 uniform int texture_clamp;
 
-/* keep this list synchronized with list in DNA_brush_types.h */
+/* keep this list synchronized with list in gpencil_draw_utils.c */
 #define SOLID 0
 #define GRADIENT 1
 #define RADIAL 2



More information about the Bf-blender-cvs mailing list