[Bf-blender-cvs] [699a88c06e8] greasepencil-object: Cleanup: Add end line

Antonio Vazquez noreply at git.blender.org
Thu Oct 19 16:29:48 CEST 2017


Commit: 699a88c06e8149d48b8858ccbae3df03fdb2f5e4
Author: Antonio Vazquez
Date:   Thu Oct 19 16:29:16 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rB699a88c06e8149d48b8858ccbae3df03fdb2f5e4

Cleanup: Add end line

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

M	source/blender/gpu/shaders/gpu_shader_gpencil_stroke_vert.glsl

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

diff --git a/source/blender/gpu/shaders/gpu_shader_gpencil_stroke_vert.glsl b/source/blender/gpu/shaders/gpu_shader_gpencil_stroke_vert.glsl
index d47a7ff8821..cb4c36ec645 100644
--- a/source/blender/gpu/shaders/gpu_shader_gpencil_stroke_vert.glsl
+++ b/source/blender/gpu/shaders/gpu_shader_gpencil_stroke_vert.glsl
@@ -12,4 +12,4 @@ void main(void)
 	gl_Position = ModelViewProjectionMatrix * vec4( pos, 1.0 );
 	finalColor = color;
 	finalThickness = thickness;
-} 
\ No newline at end of file
+}



More information about the Bf-blender-cvs mailing list