From 2ee8a1f55a1565d513e63d74c0453fa7d5c1cc85 Mon Sep 17 00:00:00 2001 From: Lolbot Date: Sun, 15 Sep 2013 09:05:29 +0000 Subject: [PATCH] fixed 8 files out of 2617: - removed 0 CR characters - removed 0 trailing whitespaces - replaced 88 tabs with spaces - fixed 3 svn:eol-style properties --- neercs/video/text.lolfx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neercs/video/text.lolfx b/neercs/video/text.lolfx index 4bec7a7..c1c18dd 100644 --- a/neercs/video/text.lolfx +++ b/neercs/video/text.lolfx @@ -22,10 +22,10 @@ uniform mat4 u_Transform; void main() { #if HAVE_SHADER_4 - uint in_Attr = in_Color0; + uint in_Attr = in_Color0; uint in_Char = in_Color1; #else - vec4 in_Attr = in_Color0; + vec4 in_Attr = in_Color0; vec4 in_Char = in_Color1; float in_VertexID = in_Position; #endif