Delete wherever this came from, cough.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6062 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Eukara 2021-09-16 16:10:06 +00:00
parent e69e81b9f5
commit 156a629513
1 changed files with 0 additions and 3 deletions

View File

@ -283,9 +283,6 @@ void main ()
//Read the base texture (with EIGHTBIT only alpha is needed)
vec4 col = texture2D(s_diffuse, tc);
if (bases.rgb == vec3(0.0,0.0,1.0))
bases.a = 0.0;
#if defined(BUMP) && (defined(DELUXE) || defined(SPECULAR) || defined(REFLECTCUBEMASK))
vec3 norm = normalize(texture2D(s_normalmap, tc).rgb - 0.5);
#elif defined(PBR) || defined(SPECULAR) || defined(DELUXE) || defined(REFLECTCUBEMASK)