New LX fixes FlashEffect bug
[SugarCubes.git] / frag.glsl
1 varying vec4 vertColor;
2 void main() {
3 gl_FragColor = vertColor;
4 }