Set alpha clip to lower value

Workaround for T46962 still works
This commit is contained in:
Campbell Barton 2016-02-13 02:23:41 +11:00
parent 1477028ea3
commit c9ef3d1f69
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ void BLO_update_defaults_userpref_blend(void)
/* Keep this a very small, non-zero number so zero-alpha doesn't mask out objects behind it.
* but take care since some hardware has driver bugs here (T46962).
* Further hardware workarounds should be made in gpu_extensions.c */
U.glalphaclip = (1.5f / 255);
U.glalphaclip = (1.0f / 255);
}
/**