Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-03-12 00:16:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-03-12 00:16:55 +0300
commit815a9df70cf1ed1a3dfd7c26869354b07de34404 (patch)
treee342723f47e758fa0689b069f2739b299c04b9f4 /source/blender/draw/engines/gpencil/shaders/gpencil_fill_frag.glsl
parent8add03c3b939bbe93249675cdaf9945c8dca3331 (diff)
Cleanup: trailing space
Diffstat (limited to 'source/blender/draw/engines/gpencil/shaders/gpencil_fill_frag.glsl')
-rw-r--r--source/blender/draw/engines/gpencil/shaders/gpencil_fill_frag.glsl4
1 files changed, 2 insertions, 2 deletions
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 f0878c8bc89..7f3bbf17222 100644
--- a/source/blender/draw/engines/gpencil/shaders/gpencil_fill_frag.glsl
+++ b/source/blender/draw/engines/gpencil/shaders/gpencil_fill_frag.glsl
@@ -170,10 +170,10 @@ void main()
if (shading_type[0] == OB_WIRE) {
fragColor = wire_color;
}
-
+
/* for solid override color */
if (shading_type[0] == OB_SOLID) {
- if ((shading_type[1] != V3D_SHADING_MATERIAL_COLOR) && (shading_type[1] != V3D_SHADING_TEXTURE_COLOR)) {
+ if ((shading_type[1] != V3D_SHADING_MATERIAL_COLOR) && (shading_type[1] != V3D_SHADING_TEXTURE_COLOR)) {
fragColor = wire_color;
}
if (viewport_xray == 1) {