remove testing failsafe on crt-royale-bloom-approx

This commit is contained in:
hizzlekizzle 2016-08-26 11:34:43 -05:00 committed by GitHub
parent 291793e55e
commit ae8692aa04

View file

@ -351,5 +351,5 @@ void main()
color = vec3(color_r.r, color_g.g, color_b.b);
}
// Encode and output the blurred image:
FragColor = vec4(1.0);//vec4(color, 1.0);
}
FragColor = vec4(color, 1.0);
}