Browse Source

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
master
Lolbot Sam Hocevar <sam@hocevar.net> 11 years ago
parent
commit
2ee8a1f55a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      neercs/video/text.lolfx

+ 2
- 2
neercs/video/text.lolfx View File

@@ -22,10 +22,10 @@ uniform mat4 u_Transform;
void main() void main()
{ {
#if HAVE_SHADER_4 #if HAVE_SHADER_4
uint in_Attr = in_Color0;
uint in_Attr = in_Color0;
uint in_Char = in_Color1; uint in_Char = in_Color1;
#else #else
vec4 in_Attr = in_Color0;
vec4 in_Attr = in_Color0;
vec4 in_Char = in_Color1; vec4 in_Char = in_Color1;
float in_VertexID = in_Position; float in_VertexID = in_Position;
#endif #endif


Loading…
Cancel
Save