Some typo fixes
[clouds.git] / sunfrag.glsl
1 #version 400
2 out vec4 FragColor;
3 void main() {
4   FragColor = vec4(1.f,1.f,1.f,1.f);
5 }