minor modification to the blueish mood of lens flare

This commit is contained in:
samuncle 2014-11-07 16:20:39 +01:00
parent 1e547652f7
commit 2a440bb2cb

View File

@ -15,5 +15,5 @@ void main()
//final = final * 2;
vec3 blue = vec3(final * 0.1, final * 0.2, final);
FragColor = vec4(col.rgb, 1.);
FragColor = vec4(blue, 1.);
}