diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-05-28 18:08:45 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-05-28 23:10:18 +0200 |
commit | 6b446f95dd77156eac972416072d505a2adf7181 (patch) | |
tree | 0a0460a87974234ab86c677c5a90519625ffa0c2 /chart2/opengl | |
parent | 3d549ff9b4460b520cd9c3a3c02d81a8d1dffb0a (diff) |
remove tab in shader
Change-Id: I8641b8c0b478dd23d312fb4e8eed8aa98eb7035e
Diffstat (limited to 'chart2/opengl')
-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: */ |