Files
OpenRA/glsl/world-line.frag
2010-11-21 13:10:18 +13:00

4 lines
41 B
GLSL

void main()
{
gl_FragColor = gl_Color;
}