1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-14 00:54:05 +02:00

#23 increase alpha-test ref

This commit is contained in:
XProger
2017-05-01 03:58:21 +03:00
parent c959e63366
commit 741e9a90ac

View File

@@ -392,7 +392,7 @@ varying vec4 vTexCoord; // xy - atlas coords, zw - caustics coords
#endif #endif
#ifdef ALPHA_TEST #ifdef ALPHA_TEST
if (color.w <= 0.5) if (color.w <= 0.8)
discard; discard;
#endif #endif