Merging back with master

This commit is contained in:
samcake 2016-03-10 14:03:37 -08:00
parent 9fa1a4a478
commit 1e96c9e2ca
2 changed files with 0 additions and 7 deletions

View file

@ -49,8 +49,4 @@ void main(void) {
frag.roughness);
_fragColor = vec4(color, frag.normalVal.a);
}
if (gl_FragCoord.y > 500) {
_fragColor.xyz = pow(_fragColor.xyz, vec3(2.2));
}
}

View file

@ -51,7 +51,4 @@ void main(void) {
_fragColor = vec4(color, frag.normalVal.a);
}
if (gl_FragCoord.y > 500) {
_fragColor.xyz = pow(_fragColor.xyz, vec3(2.2));
}
}