Skip to content
Snippets Groups Projects
Commit 20e5ad48 authored by David Parks's avatar David Parks
Browse files

Merge cleanup

parent cbe83442
No related branches found
No related tags found
No related merge requests found
......@@ -223,7 +223,7 @@ void main()
// Comparing floats cast from 8-bit values, produces acne right at the 8-bit transition points
float bias = 0.001953125; // 1/512, or half an 8-bit quantization
if (diffuse_linear.a < minimum_alpha-bias)
if (diffcol.a < minimum_alpha-bias)
{
discard;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment