diff options
Diffstat (limited to 'chart2/opengl/shape3DVertexShaderBatch.glsl')
-rw-r--r-- | chart2/opengl/shape3DVertexShaderBatch.glsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/opengl/shape3DVertexShaderBatch.glsl b/chart2/opengl/shape3DVertexShaderBatch.glsl index 8c27c7a9f0a3..e0a1d304cf73 100644 --- a/chart2/opengl/shape3DVertexShaderBatch.glsl +++ b/chart2/opengl/shape3DVertexShaderBatch.glsl @@ -28,7 +28,7 @@ void main() normalCameraspace = normalize(mat3(V) * normalMatrix * vertexNormalModelspace); - fragBarColor = barColor; + fragBarColor = barColor; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |