diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-05-27 15:01:24 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-05-27 15:01:47 +0300 |
commit | 5e91e48a15b11424e6ee19cf13a7faf981c00e16 (patch) | |
tree | fc7109a73865b04f5a8f4ed5c68d4b0ac99e09c2 /chart2/opengl | |
parent | bcd7d8633d9e6e3b09468485ac514452137cf228 (diff) |
Typo fix
Change-Id: Ibf279e723c11a4a5f62ce082938e723a46e40f6d
Diffstat (limited to 'chart2/opengl')
-rw-r--r-- | chart2/opengl/backgroundFragmentShader.glsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/opengl/backgroundFragmentShader.glsl b/chart2/opengl/backgroundFragmentShader.glsl index eb3adaae6d91..d602b21a3488 100644 --- a/chart2/opengl/backgroundFragmentShader.glsl +++ b/chart2/opengl/backgroundFragmentShader.glsl @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#version 150 core core +#version 150 core in vec4 fragmentColor; |