Oops, fix line endings in new files in previous commit

This commit is contained in:
James Canete 2012-12-04 03:05:34 +00:00
parent edb414b34a
commit 736e1d5170
28 changed files with 1957 additions and 1957 deletions

View file

@ -1,12 +1,12 @@
uniform sampler2D u_DiffuseMap;
varying vec2 var_Tex1;
varying vec4 var_Color;
void main()
{
vec4 color = texture2D(u_DiffuseMap, var_Tex1);
gl_FragColor = color * var_Color;
}
uniform sampler2D u_DiffuseMap;
varying vec2 var_Tex1;
varying vec4 var_Color;
void main()
{
vec4 color = texture2D(u_DiffuseMap, var_Tex1);
gl_FragColor = color * var_Color;
}