[Libreoffice-commits] core.git: chart2/opengl

Tor Lillqvist tml at collabora.com
Fri May 27 12:02:20 UTC 2016


 chart2/opengl/backgroundFragmentShader.glsl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5e91e48a15b11424e6ee19cf13a7faf981c00e16
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri May 27 15:01:24 2016 +0300

    Typo fix
    
    Change-Id: Ibf279e723c11a4a5f62ce082938e723a46e40f6d

diff --git a/chart2/opengl/backgroundFragmentShader.glsl b/chart2/opengl/backgroundFragmentShader.glsl
index eb3adaa..d602b21 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;
 


More information about the Libreoffice-commits mailing list