Lower MLAA threshold.

This commit is contained in:
vlj 2014-06-08 03:06:20 +02:00
parent 877bf938bd
commit 9bc89e0f40

View File

@ -3,7 +3,7 @@ uniform sampler2D colorMapG;
in vec4 offset[2];
in vec2 uv;
const float threshold = 0.1;
const float threshold = 0.006;
out vec4 FragColor;